Hugging Face
Models
Datasets
Spaces
Posts
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...
maxineattobrah
commited on
Aug 24, 2024
Commit
19233b4
·
verified
·
1 Parent(s):
79e8cf6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -75,6 +75,6 @@ iface = gr.Interface(
75
76
)
77
78
-
iface.queue(concurrency_count=1000)
79
80
iface.launch()
75
76
)
77
78
+
#
iface.queue(concurrency_count=1000)
79
80
iface.launch()