Yntec commited on
Commit
64f5054
·
verified ·
1 Parent(s): 8d3245e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 500 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(10, 50, value = 21, step = 1, label = 'Number of Iterations')], outputs=gallery,title=title,description=description).queue(max_size=10).launch(enable_queue=True)
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