Update app.py
Browse files
app.py
CHANGED
|
@@ -105,7 +105,7 @@ def sepia(input_img):
|
|
| 105 |
demo = gr.Interface(fn=sepia,
|
| 106 |
inputs=gr.Image(shape=(400, 600)),
|
| 107 |
outputs=['plot'],
|
| 108 |
-
examples=["
|
| 109 |
allow_flagging='never')
|
| 110 |
|
| 111 |
|
|
|
|
| 105 |
demo = gr.Interface(fn=sepia,
|
| 106 |
inputs=gr.Image(shape=(400, 600)),
|
| 107 |
outputs=['plot'],
|
| 108 |
+
examples=["img_1.jpg", "img_2.jpeg", "img_3.jpg", "img_4.jpg", "img_5.png"],
|
| 109 |
allow_flagging='never')
|
| 110 |
|
| 111 |
|