Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
mutisya/transcribe-api-feb24
mutisya
/
transcribe-api-proxy
like
0
Runtime error
App
Files
Files
Community
1
mutisya
commited on
Sep 4
Commit
ff5a258
•
1 Parent(s):
cd3a52e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -28,4 +28,4 @@ gradio_ui = gr.Interface(
28
outputs=[gr.Textbox(label="Recognized speech")]
29
)
30
31
-
gradio_ui.launch()
28
outputs=[gr.Textbox(label="Recognized speech")]
29
)
30
31
+
gradio_ui.launch(
show_error=True
)