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
Fetching metadata from the HF Docker repository...
iSky
commited on
Mar 28, 2022
Commit
ec4e4e9
·
1 Parent(s):
aaf59f2
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)