Spaces:
Runtime error
Runtime error
Commit
·
594b8bf
1
Parent(s):
28f8a0e
Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ def sepia(input_img):
|
|
108 |
demo = gr.Interface(fn=sepia,
|
109 |
inputs=gr.Image(shape=(800, 1200)),
|
110 |
outputs=['plot'],
|
111 |
-
examples=["citiscape-1.
|
112 |
allow_flagging='never')
|
113 |
|
114 |
# Launch the interface
|
|
|
108 |
demo = gr.Interface(fn=sepia,
|
109 |
inputs=gr.Image(shape=(800, 1200)),
|
110 |
outputs=['plot'],
|
111 |
+
examples=["citiscape-1.jpeg", "citiscape-2.jpeg"],
|
112 |
allow_flagging='never')
|
113 |
|
114 |
# Launch the interface
|