Spaces:
Runtime error
Runtime error
Commit
β’
a6c0ac2
1
Parent(s):
1c6d4d2
update
Browse files
app.py
CHANGED
@@ -173,8 +173,8 @@ gr.Interface(
|
|
173 |
gr.inputs.Radio(choices=["yes","no"], default="no", label="Remove background from the person image?"),
|
174 |
gr.inputs.Radio(choices=["yes","no"], default="no", label="Retrieve original background from the person image?")],
|
175 |
gr.outputs.Image(type="filepath", label="Predicted Output"),
|
176 |
-
examples=[["./
|
177 |
-
["./
|
178 |
title=title,
|
179 |
description=description,
|
180 |
article=article,
|
173 |
gr.inputs.Radio(choices=["yes","no"], default="no", label="Remove background from the person image?"),
|
174 |
gr.inputs.Radio(choices=["yes","no"], default="no", label="Retrieve original background from the person image?")],
|
175 |
gr.outputs.Image(type="filepath", label="Predicted Output"),
|
176 |
+
examples=[["./sample_images/1/cloth.jpg", "./sample_images/1/person.jpg"],
|
177 |
+
["./sample_images/2/cloth.jpg", "./sample_images/2/person.jpg"]],
|
178 |
title=title,
|
179 |
description=description,
|
180 |
article=article,
|
gradio_queue.db-journal
ADDED
Binary file (512 Bytes). View file
|
{examples β sample_images}/1/cloth.jpg
RENAMED
File without changes
|
{examples β sample_images}/1/person.jpg
RENAMED
File without changes
|
{examples β sample_images}/2/cloth.jpg
RENAMED
File without changes
|
{examples β sample_images}/2/person.jpg
RENAMED
File without changes
|