Spaces:
Runtime error
Runtime error
Commit
·
e21a776
1
Parent(s):
7de7ad8
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ def yt_transcribe(yt_url, task, max_filesize=75.0):
|
|
88 |
return html_embed_str, text
|
89 |
|
90 |
|
91 |
-
demo = gr.Blocks(
|
92 |
|
93 |
mf_transcribe = gr.Interface(
|
94 |
fn=transcribe,
|
@@ -148,4 +148,3 @@ with demo:
|
|
148 |
gr.TabbedInterface([mf_transcribe, file_transcribe, yt_transcribe], ["Microphone", "Audio file", "YouTube"])
|
149 |
|
150 |
demo.launch(enable_queue=True)
|
151 |
-
|
|
|
88 |
return html_embed_str, text
|
89 |
|
90 |
|
91 |
+
demo = gr.Blocks()
|
92 |
|
93 |
mf_transcribe = gr.Interface(
|
94 |
fn=transcribe,
|
|
|
148 |
gr.TabbedInterface([mf_transcribe, file_transcribe, yt_transcribe], ["Microphone", "Audio file", "YouTube"])
|
149 |
|
150 |
demo.launch(enable_queue=True)
|
|