Spaces:
Runtime error
Runtime error
spygaurad
commited on
Commit
·
3165cb1
1
Parent(s):
e1d0596
Revert "Added share option"
Browse filesThis reverts commit e1d05967e252796ee7410aad20479da0a9dcf053.
app.py
CHANGED
@@ -94,4 +94,4 @@ yt_transcribe = gr.Interface(
|
|
94 |
with demo:
|
95 |
gr.TabbedInterface([mf_transcribe, yt_transcribe], ["Transcribe Audio", "Transcribe YouTube"])
|
96 |
|
97 |
-
demo.launch(enable_queue=True
|
|
|
94 |
with demo:
|
95 |
gr.TabbedInterface([mf_transcribe, yt_transcribe], ["Transcribe Audio", "Transcribe YouTube"])
|
96 |
|
97 |
+
demo.launch(enable_queue=True)
|