asrs777 commited on
Commit
72bf8aa
·
1 Parent(s): 07031bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.jpg"], ["examples/angry.jpg"], ["examples/surprise.jpg"]],
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()