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=(400, 600)),
|
105 |
outputs=['plot'],
|
106 |
-
examples=["cityspace1.jpg", "cityspace2.jpg", "
|
107 |
allow_flagging='never')
|
108 |
|
109 |
|
|
|
103 |
demo = gr.Interface(fn=sepia,
|
104 |
inputs=gr.Image(shape=(400, 600)),
|
105 |
outputs=['plot'],
|
106 |
+
examples=["cityspace1.jpg", "cityspace2.jpg", "cityspace3.jpg", "cityspace4.jpg", "cityspace5.jpg"],
|
107 |
allow_flagging='never')
|
108 |
|
109 |
|