Spaces:
Running
on
Zero
Running
on
Zero
emirhanbilgic
commited on
Commit
•
cc62b3b
1
Parent(s):
6f30bf0
Update app.py
Browse files
app.py
CHANGED
@@ -173,7 +173,7 @@ gr_interface = gr.Interface(
|
|
173 |
outputs=gr.Image(label="Generated Image"),
|
174 |
title="Face Morphing and Image Generation with Stable Diffusion",
|
175 |
examples=[
|
176 |
-
["yann-lecun.jpg", "
|
177 |
]
|
178 |
)
|
179 |
|
|
|
173 |
outputs=gr.Image(label="Generated Image"),
|
174 |
title="Face Morphing and Image Generation with Stable Diffusion",
|
175 |
examples=[
|
176 |
+
["yann-lecun.jpg", "isabelle-guyon.jpg", "playing chess", "Boy"]
|
177 |
]
|
178 |
)
|
179 |
|