Dmmc commited on
Commit
e910cd6
1 Parent(s): b82792a

replace some examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,7 +114,7 @@ demo = gr.Interface(
114
  inputs=[gr.Image(type="pil"), "text", gr.inputs.Dropdown(list(models.keys()))],
115
  outputs=gr.Image(type="pil"),
116
  examples=[
117
- ["src/data/stubs/car.jpeg", "black car on the green road", "COCO"],
118
  ["src/data/stubs/lady.jpg", "lady with blue eyes", "UTKFace"],
119
  ["src/data/stubs/bird.jpg", "white bird with black wings", "Bird"]
120
  ]
 
114
  inputs=[gr.Image(type="pil"), "text", gr.inputs.Dropdown(list(models.keys()))],
115
  outputs=gr.Image(type="pil"),
116
  examples=[
117
+ ["src/data/stubs/bird.jpg", "black bird with blue wings", "Bird"],
118
  ["src/data/stubs/lady.jpg", "lady with blue eyes", "UTKFace"],
119
  ["src/data/stubs/bird.jpg", "white bird with black wings", "Bird"]
120
  ]