Upload app.py
Browse files
app.py
CHANGED
@@ -237,7 +237,7 @@ def sepia(input_img):
|
|
237 |
demo = gr.Interface(fn=sepia,
|
238 |
inputs=gr.Image(shape=(400, 600)),
|
239 |
outputs=['plot'],
|
240 |
-
examples=["sample-1.jpg", "sample-2.jpg", "sample-3.png", ],
|
241 |
allow_flagging='never')
|
242 |
|
243 |
|
|
|
237 |
demo = gr.Interface(fn=sepia,
|
238 |
inputs=gr.Image(shape=(400, 600)),
|
239 |
outputs=['plot'],
|
240 |
+
examples=["sample-1.jpg", "sample-2.jpg", "sample-3.png", "sample-4.jpg", "sample-5.jpg",],
|
241 |
allow_flagging='never')
|
242 |
|
243 |
|