Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -146,6 +146,6 @@ gr.Interface(
|
|
| 146 |
predict,
|
| 147 |
inputs=gr.inputs.Image(label="Upload image"),
|
| 148 |
outputs=["image", "label"],
|
| 149 |
-
examples=[["examples/happy.
|
| 150 |
title="Demo - DiffusionFER",
|
| 151 |
).launch()
|
|
|
|
| 146 |
predict,
|
| 147 |
inputs=gr.inputs.Image(label="Upload image"),
|
| 148 |
outputs=["image", "label"],
|
| 149 |
+
examples=[["examples/happy.png"], ["examples/angry.png"], ["examples/surprise.png"]],
|
| 150 |
title="Demo - DiffusionFER",
|
| 151 |
).launch()
|