Spaces:
Runtime error
Runtime error
김영중 commited on
Commit ·
e523542
1
Parent(s): 002f97c
modify segmentation
Browse files- app.py +1 -1
- image-2.avif +0 -0
- image-2.jpg +0 -0
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=["
|
| 238 |
allow_flagging='never')
|
| 239 |
|
| 240 |
|
|
|
|
| 234 |
demo = gr.Interface(fn=sepia,
|
| 235 |
inputs=gr.Image(shape=(400, 600)),
|
| 236 |
outputs=['plot'],
|
| 237 |
+
examples=["image-1.jpg", "image-2.jpg", "image-3.jpg", "image-4.jpeg", "image-5.jpg"],
|
| 238 |
allow_flagging='never')
|
| 239 |
|
| 240 |
|
image-2.avif
DELETED
|
Binary file (598 kB)
|
|
|
image-2.jpg
ADDED
|