Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -164,13 +164,13 @@ with gr.Blocks() as demo:
|
|
164 |
)
|
165 |
|
166 |
gr.Examples(
|
167 |
-
examples=[os.path.join(os.path.dirname(__file__), "examples/002.jpg"),
|
168 |
-
os.path.join(os.path.dirname(__file__), "examples/013.jpg"),
|
169 |
-
os.path.join(os.path.dirname(__file__), "examples/014.jpg"),
|
170 |
os.path.join(os.path.dirname(__file__), "examples/015.jpg")]
|
171 |
inputs=img,
|
172 |
outputs=img_out,
|
173 |
-
fn=
|
174 |
cache_examples=True,
|
175 |
)
|
176 |
|
|
|
164 |
)
|
165 |
|
166 |
gr.Examples(
|
167 |
+
examples=[os.path.join(os.path.dirname(__file__), "examples/002.jpg"), \
|
168 |
+
os.path.join(os.path.dirname(__file__), "examples/013.jpg"), \
|
169 |
+
os.path.join(os.path.dirname(__file__), "examples/014.jpg"), \
|
170 |
os.path.join(os.path.dirname(__file__), "examples/015.jpg")]
|
171 |
inputs=img,
|
172 |
outputs=img_out,
|
173 |
+
fn=remove_people,
|
174 |
cache_examples=True,
|
175 |
)
|
176 |
|