Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -33,4 +33,4 @@ voice_demo = gr.Interface(
|
|
33 |
|
34 |
demo = gr.TabbedInterface([url_demo, voice_demo], ["YouTube Video to Text", "Audio to Text"])
|
35 |
|
36 |
-
demo.launch()
|
|
|
33 |
|
34 |
demo = gr.TabbedInterface([url_demo, voice_demo], ["YouTube Video to Text", "Audio to Text"])
|
35 |
|
36 |
+
demo.launch()
|