Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -103,6 +103,7 @@ def sepia(input_img):
|
|
103 |
demo = gr.Interface(fn=sepia,
|
104 |
inputs=gr.Image(shape=(400, 600)),
|
105 |
outputs=['plot'],
|
|
|
106 |
allow_flagging='never')
|
107 |
|
108 |
|
|
|
103 |
demo = gr.Interface(fn=sepia,
|
104 |
inputs=gr.Image(shape=(400, 600)),
|
105 |
outputs=['plot'],
|
106 |
+
examples=["cityscapes-1.jpg", "cityscapes-2.jpg", "cityscapes-3.jpg"],
|
107 |
allow_flagging='never')
|
108 |
|
109 |
|