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