Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -80,4 +80,4 @@ with gr.Blocks(theme=theme) as ui:
|
|
| 80 |
btn = gr.Button("Run")
|
| 81 |
btn.click(fn=transcribe, inputs=audio_input, outputs=[text_output, audio_output])
|
| 82 |
|
| 83 |
-
ui.launch(debug=True
|
|
|
|
| 80 |
btn = gr.Button("Run")
|
| 81 |
btn.click(fn=transcribe, inputs=audio_input, outputs=[text_output, audio_output])
|
| 82 |
|
| 83 |
+
ui.launch(debug=True)
|