snicolau commited on
Commit
bffbfdb
Β·
verified Β·
1 Parent(s): 4d41a79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -162,8 +162,7 @@ with gr.Blocks() as demo:
162
  [img, features, img_out],
163
  [img, features, img_out]
164
  )
165
- [img, num_people_keep, dilate_kernel_size],
166
- [img_out]
167
  gr.Examples(
168
  examples=[os.path.join(os.path.dirname(__file__), "examples/002.jpg"),
169
  os.path.join(os.path.dirname(__file__), "examples/013.jpg"),
 
162
  [img, features, img_out],
163
  [img, features, img_out]
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"),