Spaces:
Runtime error
Runtime error
clementchadebec
commited on
Commit
•
1366471
1
Parent(s):
25235d7
Update app.py
Browse files
app.py
CHANGED
@@ -120,6 +120,10 @@ with gr.Blocks(css=css) as demo:
|
|
120 |
gr.Markdown(
|
121 |
"If you enjoy the space, please also promote *open-source* by giving a ⭐ to the <a href='https://github.com/gojasper/flash-diffusion' target='_blank'>Github Repo</a>. [![GitHub Stars](https://img.shields.io/github/stars/gojasper/flash-diffusion?style=social)](https://github.com/gojasper/flash-diffusion)"
|
122 |
)
|
|
|
|
|
|
|
|
|
123 |
gr.Markdown(
|
124 |
"💡 *Hint:* To better appreciate the low latency of our method, run the demo locally !"
|
125 |
)
|
@@ -163,7 +167,7 @@ with gr.Blocks(css=css) as demo:
|
|
163 |
minimum=0.0,
|
164 |
maximum=3.0,
|
165 |
step=0.1,
|
166 |
-
value=
|
167 |
)
|
168 |
|
169 |
num_inference_steps = gr.Slider(
|
|
|
120 |
gr.Markdown(
|
121 |
"If you enjoy the space, please also promote *open-source* by giving a ⭐ to the <a href='https://github.com/gojasper/flash-diffusion' target='_blank'>Github Repo</a>. [![GitHub Stars](https://img.shields.io/github/stars/gojasper/flash-diffusion?style=social)](https://github.com/gojasper/flash-diffusion)"
|
122 |
)
|
123 |
+
gr.Markdown(
|
124 |
+
"💡 *Hint:* We noticed that 8 steps and CFG can improve the results (text rendering in particular) for that very model. Feel free to play with those parameters."
|
125 |
+
)
|
126 |
+
|
127 |
gr.Markdown(
|
128 |
"💡 *Hint:* To better appreciate the low latency of our method, run the demo locally !"
|
129 |
)
|
|
|
167 |
minimum=0.0,
|
168 |
maximum=3.0,
|
169 |
step=0.1,
|
170 |
+
value=1.0,
|
171 |
)
|
172 |
|
173 |
num_inference_steps = gr.Slider(
|