Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,5 +41,5 @@ 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 = '
|
| 45 |
|
|
|
|
| 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 = 'Steps', visible = False)], outputs=gallery,title=title,description=description).queue(max_size=10).launch(enable_queue=True)
|
| 45 |
|