Amitz244 commited on
Commit
5e301d5
·
verified ·
1 Parent(s): 950e2fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ iface = gr.Interface(
89
  inputs=gr.Image(type="pil", label="Upload an Image"),
90
  outputs=gr.Textbox(label="Emotion"),
91
  title="PerceptCLIP-Emotions",
92
- description="This model predicts the emotion evoked by an image and returns the corresponding emoji along with the emotion name.",
93
  examples=example_images
94
  )
95
 
 
89
  inputs=gr.Image(type="pil", label="Upload an Image"),
90
  outputs=gr.Textbox(label="Emotion"),
91
  title="PerceptCLIP-Emotions",
92
+ description="This model predicts the emotion evoked by an image.",
93
  examples=example_images
94
  )
95