akar49 commited on
Commit
382c7c7
·
verified ·
1 Parent(s): 8bbb76a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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