peterbonnesoeur commited on
Commit
c6ecdf4
β€’
1 Parent(s): b29351f

Update app.py

Browse files

trying to make this work

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ gr.Interface(
46
  inputs=[
47
  gr.Image(type="filepath", label="Input"),
48
  gr.Radio(['whole-body', 'pose', 'vehicles', 'animal'], value='whole-body', label='version'),
49
- gr.Checkbox(default=False, label="White overlay")
50
  ],
51
  outputs=gr.Image(type="filepath", label="Output"),
52
  title=title,
 
46
  inputs=[
47
  gr.Image(type="filepath", label="Input"),
48
  gr.Radio(['whole-body', 'pose', 'vehicles', 'animal'], value='whole-body', label='version'),
49
+ gr.Checkbox(value=False, label="White overlay")
50
  ],
51
  outputs=gr.Image(type="filepath", label="Output"),
52
  title=title,