Spaces:
Runtime error
Runtime error
gabgrenier
commited on
Commit
·
19d6da2
1
Parent(s):
ef88f57
harmonizer true by default
Browse files
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",
|
| 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")
|