Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Stanford-TH
/
EmotionPredictor
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Stanford-TH
commited on
May 10, 2024
Commit
d337eef
·
verified
·
1 Parent(s):
8734633
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -21,4 +21,4 @@ iface = gr.Interface(
21
title="Emotion Prediction"
22
)
23
24
-
iface.launch()
21
title="Emotion Prediction"
22
)
23
24
+
iface.launch(
inline=False
)