Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
iSky
/
Speech-audio-to-text-with-grammar-correction
like
11
Running
App
Files
Files
Community
iSky
commited on
Mar 28, 2022
Commit
defb288
•
1 Parent(s):
bccc04f
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,show_error=True)
26
outputs=['text','text']
27
)
28
29
+
iface.launch(enable_queue=True,show_error=True)