김영중 commited on
Commit
e523542
1 Parent(s): 002f97c

modify segmentation

Browse files
Files changed (3) hide show
  1. app.py +1 -1
  2. image-2.avif +0 -0
  3. 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=["person-1.jpg", "person-2.avif", "person-3.jpg", "person-4.jpeg", "person-5.jpg"],
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