snicolau commited on
Commit
f7a2e03
Β·
verified Β·
1 Parent(s): d43dcb0

Update app.py

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