Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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 |
|