Spaces:
Runtime error
Runtime error
Commit
·
22d7373
1
Parent(s):
5620a10
Update app.py
Browse files
app.py
CHANGED
@@ -92,6 +92,6 @@ yt_transcribe = gr.Interface(
|
|
92 |
)
|
93 |
|
94 |
with demo:
|
95 |
-
gr.TabbedInterface([mf_transcribe, yt_transcribe], ["
|
96 |
|
97 |
demo.launch(enable_queue=True)
|
|
|
92 |
)
|
93 |
|
94 |
with demo:
|
95 |
+
gr.TabbedInterface([mf_transcribe, yt_transcribe], ["Transcribe Audio", "Transcribe YouTube"])
|
96 |
|
97 |
demo.launch(enable_queue=True)
|