replace some examples
Browse files
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/
|
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 |
]
|