Amitz244 commited on
Commit
a47d17d
·
verified ·
1 Parent(s): f62cb38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def predict_emotion(image):
79
  iface = gr.Interface(
80
  fn=predict_emotion,
81
  inputs=gr.Image(type="pil", label="Upload an Image"), # Updated line
82
- outputs=gr.Textbox(label="Emotion + Emoji"), # Updated line
83
  title="PerceptCLIP-Emotions",
84
  description="This model predicts the emotion evoked by an image and returns the corresponding emoji along with the emotion name."
85
  )
 
79
  iface = gr.Interface(
80
  fn=predict_emotion,
81
  inputs=gr.Image(type="pil", label="Upload an Image"), # Updated line
82
+ outputs=gr.Textbox(label="Emotion"), # Updated line
83
  title="PerceptCLIP-Emotions",
84
  description="This model predicts the emotion evoked by an image and returns the corresponding emoji along with the emotion name."
85
  )