Update app.py
Browse files
app.py
CHANGED
|
@@ -150,7 +150,7 @@ def sepia(input_img):
|
|
| 150 |
demo = gr.Interface(fn=sepia,
|
| 151 |
inputs=gr.Image(shape=(400, 600)),
|
| 152 |
outputs=['plot'],
|
| 153 |
-
examples=["
|
| 154 |
allow_flagging='never')
|
| 155 |
|
| 156 |
|
|
|
|
| 150 |
demo = gr.Interface(fn=sepia,
|
| 151 |
inputs=gr.Image(shape=(400, 600)),
|
| 152 |
outputs=['plot'],
|
| 153 |
+
examples=["city-1.jpeg", "city-2.jpg", "city-3.jpg", "city-4.jpeg"],
|
| 154 |
allow_flagging='never')
|
| 155 |
|
| 156 |
|