Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
iSky
/
Speech-audio-to-text-with-grammar-correction
like
14
Running
App
Files
Files
Community
1
iSky
commited on
Mar 28, 2022
Commit
bccc04f
·
1 Parent(s):
1b16f57
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -26,4 +26,4 @@ iface = gr.Interface(
26
outputs=['text','text']
27
)
28
29
-
iface.launch(debug=True, enable_queue=True)
26
outputs=['text','text']
27
)
28
29
+
iface.launch(debug=True, enable_queue=True
,show_error=True
)