Update app.py
Browse files
app.py
CHANGED
@@ -269,7 +269,7 @@ def sepia(input_img):
|
|
269 |
demo = gr.Interface(fn=sepia,
|
270 |
inputs=gr.Image(shape=(400, 600)),
|
271 |
outputs=['plot'],
|
272 |
-
examples=["c-1.jpg", "c-2.jpg", "c-3.jpg"],
|
273 |
allow_flagging='never')
|
274 |
|
275 |
|
|
|
269 |
demo = gr.Interface(fn=sepia,
|
270 |
inputs=gr.Image(shape=(400, 600)),
|
271 |
outputs=['plot'],
|
272 |
+
examples=["c-1.jpg", "c-2.jpg", "c-3.jpg", "c-1.jpg"],
|
273 |
allow_flagging='never')
|
274 |
|
275 |
|