Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kresnik
/
asr-kor-streaming
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kresnik
commited on
Apr 14, 2022
Commit
ed41b08
·
1 Parent(s):
82782ac
updated
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -37,5 +37,5 @@ gr.Interface(
37
allow_flagging="never",
38
theme="grass",
39
live=True
40
-
).launch(
enable_queue=True
)
41
37
allow_flagging="never",
38
theme="grass",
39
live=True
40
+
).launch()
41