Spaces:
Running
Running
Remove youtube transcription tab
Browse files
app.py
CHANGED
@@ -86,9 +86,9 @@ mf_transcribe = gr.Interface(
|
|
86 |
allow_flagging="never",
|
87 |
examples=examples,
|
88 |
)
|
|
|
89 |
|
|
|
|
|
90 |
|
91 |
-
|
92 |
-
gr.TabbedInterface([mf_transcribe, yt_transcribe], ["Transcribe Audio", "Transcribe YouTube"])
|
93 |
-
|
94 |
-
demo.launch(enable_queue=False)
|
|
|
86 |
allow_flagging="never",
|
87 |
examples=examples,
|
88 |
)
|
89 |
+
mf_transcribe.launch()
|
90 |
|
91 |
+
#with demo:
|
92 |
+
# gr.TabbedInterface([mf_transcribe, yt_transcribe], ["Transcribe Audio", "Transcribe YouTube"])
|
93 |
|
94 |
+
#demo.launch(enable_queue=False)
|
|
|
|
|
|