RoyalEagle commited on
Commit
23f4a19
1 Parent(s): 282a4ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,6 +43,6 @@ quality = gr.inputs.Radio(choices=['draft', 'normal', 'better'], label="Quality"
43
  # style = gr.inputs.Radio(choices=['image', 'painting','pixel art'], label="Type")
44
  aspect = gr.inputs.Radio(choices=['square', 'widescreen','portrait'], label="Size")
45
 
46
- # Launch the demo
47
  iface = gr.Interface(generate, inputs=[prompt, quality, aspect], outputs=['image'], enable_queue=True, live=False)
48
  iface.launch(debug=False)
 
43
  # style = gr.inputs.Radio(choices=['image', 'painting','pixel art'], label="Type")
44
  aspect = gr.inputs.Radio(choices=['square', 'widescreen','portrait'], label="Size")
45
 
46
+
47
  iface = gr.Interface(generate, inputs=[prompt, quality, aspect], outputs=['image'], enable_queue=True, live=False)
48
  iface.launch(debug=False)