Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
maxineattobrah
/
EmotionDetection
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
maxinethegreat
commited on
Apr 24, 2023
Commit
ae6c51e
·
1 Parent(s):
a514407
try to reduce lag
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -59,6 +59,6 @@ iface = gr.Interface(
59
60
)
61
62
-
iface.queue(concurrency_count=100)
63
64
iface.launch()
59
60
)
61
62
+
iface.queue(concurrency_count=100
, batch = True
)
63
64
iface.launch()