manavisrani07 commited on
Commit
ec0fc56
1 Parent(s): ab1abf8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ with gr.Blocks() as ui:
42
  result.value = "results/output.mp4"
43
 
44
  # Create the interface
45
- iface = gr.Interface(ui.queue(), generate_btn, "web", debug=True)
46
 
47
  # Launch the interface
48
  iface.launch(share=True)
 
42
  result.value = "results/output.mp4"
43
 
44
  # Create the interface
45
+ iface = gr.Interface(ui.queue(), generate_btn)
46
 
47
  # Launch the interface
48
  iface.launch(share=True)