Spaces:
Runtime error
Runtime error
김영중 commited on
Commit ·
dd26381
1
Parent(s): 76b043d
modify segmentation
Browse files
app.py
CHANGED
|
@@ -234,7 +234,7 @@ def sepia(input_img):
|
|
| 234 |
demo = gr.Interface(fn=sepia,
|
| 235 |
inputs=gr.Image(shape=(400, 600)),
|
| 236 |
outputs=['plot'],
|
| 237 |
-
examples=["person-1.jpg", "person-2.
|
| 238 |
allow_flagging='never')
|
| 239 |
|
| 240 |
|
|
|
|
| 234 |
demo = gr.Interface(fn=sepia,
|
| 235 |
inputs=gr.Image(shape=(400, 600)),
|
| 236 |
outputs=['plot'],
|
| 237 |
+
examples=["person-1.jpg", "person-2.avif", "person-3.jpg", "person-4.jpeg", "person-5.jpg"],
|
| 238 |
allow_flagging='never')
|
| 239 |
|
| 240 |
|