Spaces:
Build error
Build error
Commit
·
1690e6e
1
Parent(s):
266330a
Update app.py
Browse files
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)
|