Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def predict(img):
|
|
28 |
return [emotions, sentiments] #{**emotions, **sentiments}
|
29 |
|
30 |
# Gradio
|
31 |
-
title = "Facial Emotion and Sentiment Detector"
|
32 |
|
33 |
enable_queue=True
|
34 |
|
|
|
28 |
return [emotions, sentiments] #{**emotions, **sentiments}
|
29 |
|
30 |
# Gradio
|
31 |
+
title = "Facial Emotion and Sentiment Detector"
|
32 |
|
33 |
enable_queue=True
|
34 |
|