gabgrenier commited on
Commit
19d6da2
·
1 Parent(s): ef88f57

harmonizer true by default

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ iface = gr.Interface(
7
  inputs=[
8
  gr.Image(label="Photo", type="pil"),
9
  gr.Image(label="Background", type="pil"),
10
- gr.Checkbox(label="Harmonize", default=True)
11
  ],
12
  outputs=[
13
  gr.Image(label="Result", type="pil")
 
7
  inputs=[
8
  gr.Image(label="Photo", type="pil"),
9
  gr.Image(label="Background", type="pil"),
10
+ gr.Checkbox(label="Harmonize", value=True)
11
  ],
12
  outputs=[
13
  gr.Image(label="Result", type="pil")