Spaces:
Build error
Build error
edit: text.
Browse files
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>.
|
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 |
"""
|