Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
throgletworld
/
MultiModalSpeechDisfluencyDetectionSystem
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
throgletworld
commited on
15 days ago
Commit
2b1a086
·
verified
·
1 Parent(s):
e792433
Upload 3 files
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -195,4 +195,4 @@ load_models()
195
196
print("Launching...")
197
demo.queue()
198
-
demo.launch()
195
196
print("Launching...")
197
demo.queue()
198
+
demo.launch(
ssr_mode=False
)