Amandeep01 commited on
Commit
0ff216f
·
verified ·
1 Parent(s): e412269

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def predict_emotion(image):
19
  iface = gr.Interface(fn=predict_emotion,
20
  inputs=gr.Image(type="pil"), # Updated gr.Image input
21
  outputs="text", # Text output for dominant emotion
22
- title="Real-time Facial Emotion Recognition",
23
  description="Upload an image and get the predicted emotion")
24
 
25
  # Launch the Gradio app
 
19
  iface = gr.Interface(fn=predict_emotion,
20
  inputs=gr.Image(type="pil"), # Updated gr.Image input
21
  outputs="text", # Text output for dominant emotion
22
+ title="Facial Emotion Recognizer",
23
  description="Upload an image and get the predicted emotion")
24
 
25
  # Launch the Gradio app