Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,8 +38,8 @@ def infer(prompt, steps=21):
|
|
| 38 |
print("Great sylvain ! Everything is working fine !")
|
| 39 |
|
| 40 |
title="YiffyPixar"
|
| 41 |
-
description="It takes about
|
| 42 |
|
| 43 |
gr.Interface(fn=infer, inputs=["text",
|
| 44 |
-
gr.Slider(
|
| 45 |
|
|
|
|
| 38 |
print("Great sylvain ! Everything is working fine !")
|
| 39 |
|
| 40 |
title="YiffyPixar"
|
| 41 |
+
description="It takes about 600 seconds to generate an image per user. If you like this model, you can like it at its original page! https://huggingface.co/Yntec/YiffyPixar"
|
| 42 |
|
| 43 |
gr.Interface(fn=infer, inputs=["text",
|
| 44 |
+
gr.Slider(20, 21, value = 21, step = 1, label = 'Number of Iterations', visible = false)], outputs=gallery,title=title,description=description).queue(max_size=10).launch(enable_queue=True)
|
| 45 |
|