Spaces:
Sleeping
Sleeping
parkchihoon
commited on
Commit
•
f409a62
1
Parent(s):
43a736d
third commit
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ def sepia(input_img):
|
|
104 |
demo = gr.Interface(fn=sepia,
|
105 |
inputs=gr.Image(shape=(400, 600)),
|
106 |
outputs=['plot'],
|
107 |
-
examples=["city_1", "city_2", "city_3", "city_4", "city_5"],
|
108 |
allow_flagging='never')
|
109 |
|
110 |
|
|
|
104 |
demo = gr.Interface(fn=sepia,
|
105 |
inputs=gr.Image(shape=(400, 600)),
|
106 |
outputs=['plot'],
|
107 |
+
examples=["city_1.png", "city_2.png", "city_3.png", "city_4.png", "city_5.png"],
|
108 |
allow_flagging='never')
|
109 |
|
110 |
|