VVallabh commited on
Commit
7cd7cc3
1 Parent(s): ea8af3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,4 +26,4 @@ demo = gr.Interface(
26
  outputs=gr.Video(label="Out",output_width=400, output_height=300)
27
  )
28
 
29
- demo.launch(inline = False)
 
26
  outputs=gr.Video(label="Out",output_width=400, output_height=300)
27
  )
28
 
29
+ demo.launch()