Spaces:
Runtime error
Runtime error
Commit
·
424ddf2
1
Parent(s):
0e0f169
Update app.py
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ def sepia(input_img):
|
|
103 |
demo = gr.Interface(fn=sepia,
|
104 |
inputs=gr.Image(shape=(800, 1200)),
|
105 |
outputs=['plot'],
|
106 |
-
examples=["
|
107 |
allow_flagging='never')
|
108 |
|
109 |
|
|
|
103 |
demo = gr.Interface(fn=sepia,
|
104 |
inputs=gr.Image(shape=(800, 1200)),
|
105 |
outputs=['plot'],
|
106 |
+
examples=["citiscape-1.jpg", "citiscape-2.jpg"],
|
107 |
allow_flagging='never')
|
108 |
|
109 |
|