Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -65,10 +65,9 @@ with gr.Blocks() as demo:
|
|
65 |
|
66 |
gr.Examples(
|
67 |
examples=[
|
68 |
-
[
|
69 |
-
|
70 |
-
|
71 |
-
]
|
72 |
],
|
73 |
fn=infer,
|
74 |
inputs=[source_image, target_image],
|
|
|
65 |
|
66 |
gr.Examples(
|
67 |
examples=[
|
68 |
+
["example1.jpg", "example2.jpg"],
|
69 |
+
["example3.jpg", "example4.jpg"],
|
70 |
+
["example5.jpg", "example6.jpg"]
|
|
|
71 |
],
|
72 |
fn=infer,
|
73 |
inputs=[source_image, target_image],
|