imseldrith commited on
Commit
1690e6e
·
1 Parent(s): 266330a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,4 +36,4 @@ def dub_video_interface(inputs):
36
  video_dubbed = dub_video(video_file)
37
  return video_dubbed
38
 
39
- gr.Interface(fn=dub_video_interface, inputs=gr.Video(),outputs=gr.Video()).launch()
 
36
  video_dubbed = dub_video(video_file)
37
  return video_dubbed
38
 
39
+ gr.Interface(fn=dub_video_interface, inputs=gr.Video(),outputs=gr.Video()).launch(debug=True)