sayakpaul HF staff commited on
Commit
4b0feca
1 Parent(s): 34e51cc

edit: text.

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -6,7 +6,6 @@ from tensorflow import keras
6
 
7
  keras.mixed_precision.set_global_policy("mixed_float16")
8
 
9
- import base64
10
  import time
11
 
12
  import gradio as gr
@@ -104,8 +103,7 @@ with block:
104
  </h1>
105
  </div>
106
  <p style="margin-bottom: 10px; font-size: 94%; line-height: 23px;">
107
- This Space demonstrates a fine-tuned version of the <a style="text-decoration: underline;" href="https://github.com/keras-team/keras-cv/tree/master/keras_cv/models/stable_diffusion">Stable Diffusion (v1) model shipped by KerasCV</a>. For details on the fine-tuning procedure, check out the <a style="text-decoration: underline;" href="https://github.com/sayakpaul/stable-diffusion-keras-ft/">corresponding repository</a>. You can use the Space to generate custom Pokemon-like characters. To get started either enter a text prompt or try one from the ones given below. This Space is adapted from the <a style="text-decoration: underline;" href="https://huggingface.co/spaces/stabilityai/stable-diffusion">original
108
- Stable Diffusion 2.1 Space</a>.
109
  </p>
110
  </div>
111
  """
 
6
 
7
  keras.mixed_precision.set_global_policy("mixed_float16")
8
 
 
9
  import time
10
 
11
  import gradio as gr
 
103
  </h1>
104
  </div>
105
  <p style="margin-bottom: 10px; font-size: 94%; line-height: 23px;">
106
+ This Space demonstrates a fine-tuned version of the <a style="text-decoration: underline;" href="https://github.com/keras-team/keras-cv/tree/master/keras_cv/models/stable_diffusion">Stable Diffusion (v1) model shipped by KerasCV</a>. You can use the model to generate custom Pokemon-like characters. To get started either enter a text prompt or try one from the ones given below.
 
107
  </p>
108
  </div>
109
  """