Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
mskov/whisper_stream
mskov
/
whisper_fileStream
like
2
Runtime error
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
mskov
commited on
Mar 8, 2023
Commit
8c29eb3
·
1 Parent(s):
b64203b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -122,4 +122,4 @@ gr.Blocks(
122
"state",
123
"textbox"
124
],
125
-
).launch()
122
"state",
123
"textbox"
124
],
125
+
live=True
).launch()