Spaces:
Paused
Paused
Commit
·
911767e
1
Parent(s):
d5eef72
share is not supported in spaces
Browse files
app.py
CHANGED
@@ -69,4 +69,4 @@ with gr.Blocks(theme=theme) as ui:
|
|
69 |
btn = gr.Button("Run")
|
70 |
btn.click(fn=transcribe, inputs=audio_input, outputs=[text_output])
|
71 |
|
72 |
-
ui.launch(
|
|
|
69 |
btn = gr.Button("Run")
|
70 |
btn.click(fn=transcribe, inputs=audio_input, outputs=[text_output])
|
71 |
|
72 |
+
ui.launch()
|