Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,5 +6,5 @@ def greet(img1, img2):
|
|
6 |
demo = gr.Interface(fn=greet,
|
7 |
inputs=["image", "image"],
|
8 |
outputs="image",
|
9 |
-
|
10 |
demo.launch()
|
|
|
6 |
demo = gr.Interface(fn=greet,
|
7 |
inputs=["image", "image"],
|
8 |
outputs="image",
|
9 |
+
examples=[["27-24522.jpg", "28-24766.jpg"]])
|
10 |
demo.launch()
|