snicolau commited on
Commit
50d5c37
Β·
verified Β·
1 Parent(s): bffbfdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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=mirror,
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