Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -50,11 +50,11 @@ yt_transcribe = gr.Interface(
|
|
50 |
" arbitrary length."
|
51 |
),
|
52 |
allow_flagging="never",
|
53 |
-
)
|
54 |
|
55 |
|
56 |
-
with demo:
|
57 |
-
|
58 |
-
|
59 |
|
60 |
-
demo.launch(enable_queue=True)
|
|
|
50 |
" arbitrary length."
|
51 |
),
|
52 |
allow_flagging="never",
|
53 |
+
).launch(enable_queue=True)
|
54 |
|
55 |
|
56 |
+
# with demo:
|
57 |
+
# # gr.TabbedInterface([mf_transcribe, file_transcribe, yt_transcribe], ["Microphone", "Audio file", "YouTube"])
|
58 |
+
# gr.TabbedInterface([yt_transcribe], ["YouTube"])
|
59 |
|
60 |
+
# demo.launch(enable_queue=True)
|