RoyalEagle commited on
Commit
c687a70
1 Parent(s): 1289c97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,4 +38,4 @@ aspect = gr.inputs.Radio(choices=['square', 'widescreen','portrait'], label="Siz
38
 
39
  # Launch the demo
40
  iface = gr.Interface(generate, inputs=[prompt, quality, aspect], outputs=['image', 'video'], enable_queue=True, live=False)
41
- iface.launch(debug=True)
 
38
 
39
  # Launch the demo
40
  iface = gr.Interface(generate, inputs=[prompt, quality, aspect], outputs=['image', 'video'], enable_queue=True, live=False)
41
+ iface.launch(debug=False)