Spaces:
Running
Running
ckpts
Browse files
app.py
CHANGED
|
@@ -106,5 +106,5 @@ video_to_audio_and_speech_tab = gr.Interface(
|
|
| 106 |
|
| 107 |
|
| 108 |
if __name__ == "__main__":
|
| 109 |
-
gr.TabbedInterface([video_to_audio_and_speech_tab], ['Video-to-Audio-and-Speech']).launch(
|
| 110 |
|
|
|
|
| 106 |
|
| 107 |
|
| 108 |
if __name__ == "__main__":
|
| 109 |
+
gr.TabbedInterface([video_to_audio_and_speech_tab], ['Video-to-Audio-and-Speech']).launch()
|
| 110 |
|