Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
streaming-asr
like
8
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
abidlabs
HF staff
commited on
Mar 29, 2022
Commit
be3f875
·
1 Parent(s):
4c51a2d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -17,6 +17,5 @@ gr.Interface(
17
outputs=[
18
"textbox",
19
"state"
20
-
]
21
-
outputs="text",
22
live=True).launch()
17
outputs=[
18
"textbox",
19
"state"
20
+
]
,
21
live=True).launch()