Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ video_to_audio_tab = gr.Interface(
|
|
111 |
gr.Number(label='Duration (sec)', value=8, minimum=1),
|
112 |
],
|
113 |
outputs='playable_video',
|
114 |
-
|
115 |
|
116 |
if __name__ == "__main__":
|
117 |
gr.TabbedInterface([video_to_audio_tab, text_to_audio_tab],
|
|
|
111 |
gr.Number(label='Duration (sec)', value=8, minimum=1),
|
112 |
],
|
113 |
outputs='playable_video',
|
114 |
+
)
|
115 |
|
116 |
if __name__ == "__main__":
|
117 |
gr.TabbedInterface([video_to_audio_tab, text_to_audio_tab],
|