Spaces:
Build error
Build error
Commit
·
edc7289
1
Parent(s):
d0a29db
Update app.py
Browse files
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"), outputs=gr.Video(label="Dubbed Video"),title="Auto Dubbing").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"),title="Auto Dubbing").launch()
|