Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -170,7 +170,7 @@ with gr.Blocks() as demo:
|
|
170 |
examples=[os.path.join(os.getcwd(), "examples/002.jpg"),
|
171 |
os.path.join(os.getcwd(), "examples/013.jpg"),
|
172 |
os.path.join(os.getcwd(), "examples/014.jpg"),
|
173 |
-
os.path.join(os.getcwd(), "examples/015.jpg")]
|
174 |
inputs=img,
|
175 |
outputs=img_out,
|
176 |
fn=remove_people,
|
|
|
170 |
examples=[os.path.join(os.getcwd(), "examples/002.jpg"),
|
171 |
os.path.join(os.getcwd(), "examples/013.jpg"),
|
172 |
os.path.join(os.getcwd(), "examples/014.jpg"),
|
173 |
+
os.path.join(os.getcwd(), "examples/015.jpg")],
|
174 |
inputs=img,
|
175 |
outputs=img_out,
|
176 |
fn=remove_people,
|