Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
miesnerjacob
/
text-emotion-detection
like
5
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
miesnerjacob
commited on
Jun 12, 2022
Commit
9064bcc
·
1 Parent(s):
618c793
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -15,7 +15,7 @@ interface = gr.Interface.load("huggingface/bhadresh-savani/bert-base-go-emotion"
15
examples = examples
16
)
17
18
-
interface.launch()
19
20
21
15
examples = examples
16
)
17
18
+
interface.launch(
enable_queue=True
)
19
20
21