imseldrith commited on
Commit
e9a482e
·
1 Parent(s): 421dfb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,4 +37,4 @@ def dub_video_interface(inputs):
37
  return video_dubbed
38
 
39
  # run the Gradio interface
40
- gr.Interface(fn=dub_video_interface, inputs=gr.Video(label="Upload a video"), output=gr.Video(label="Dubbed Video"), progress=True,title="Auto Dubber").launch()
 
37
  return video_dubbed
38
 
39
  # run the Gradio interface
40
+ gr.Interface(fn=dub_video_interface, inputs=gr.Video(label="Upload a video"), outputs=gr.Video(label="Dubbed Video"), progress=True,title="Auto Dubber").launch()