juancopi81 commited on
Commit
92dbcc7
1 Parent(s): 877e056
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,4 +89,4 @@ with gr.Blocks(css=css) as demo:
89
  inputs=[prompt_input],
90
  outputs=[gr.Video()])
91
 
92
- demo.launch().debug(True)
 
89
  inputs=[prompt_input],
90
  outputs=[gr.Video()])
91
 
92
+ demo.launch(debug=True)