Update app.py
Browse files
app.py
CHANGED
|
@@ -90,7 +90,7 @@ def sepia(input_img):
|
|
| 90 |
demo = gr.Interface(fn=sepia,
|
| 91 |
inputs=gr.Image(shape=(400, 600)),
|
| 92 |
outputs=['plot'],
|
| 93 |
-
examples=["
|
| 94 |
allow_flagging='never')
|
| 95 |
|
| 96 |
|
|
|
|
| 90 |
demo = gr.Interface(fn=sepia,
|
| 91 |
inputs=gr.Image(shape=(400, 600)),
|
| 92 |
outputs=['plot'],
|
| 93 |
+
examples=["person-1.jpg", "person-2.jpg", "person-3.jpg", "person-4.jpg", "person-5.jpg"],
|
| 94 |
allow_flagging='never')
|
| 95 |
|
| 96 |
|