Manjushri commited on
Commit
b5e804e
1 Parent(s): 3f4749b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ gr.Interface(fn=genie, inputs=[gr.Textbox(label='What you want the AI to generat
31
  gr.Textbox(label='Upscaler Prompt: Optional'),
32
  gr.Textbox(label='Upscaler Negative Prompt: Both Optional And Experimental'),
33
  gr.Slider(minimum=0, maximum=15, value=0, step=1, label='Upscale Guidance Scale'),
34
- gr.Slider(minimum=5, maximum=25, value=5, step=5, label='Upscaler Iterations')],
35
 
36
  ],
37
  outputs=gr.Image(label='Generated Image'),
 
31
  gr.Textbox(label='Upscaler Prompt: Optional'),
32
  gr.Textbox(label='Upscaler Negative Prompt: Both Optional And Experimental'),
33
  gr.Slider(minimum=0, maximum=15, value=0, step=1, label='Upscale Guidance Scale'),
34
+ gr.Slider(minimum=5, maximum=25, value=5, step=5, label='Upscaler Iterations')
35
 
36
  ],
37
  outputs=gr.Image(label='Generated Image'),