JV A commited on
Commit
41d3ea2
1 Parent(s): f73d988

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ iface = gr.Interface(
120
  gr.components.Slider(minimum=512, maximum=1600, value=768, label="Height"),
121
  gr.components.Slider(minimum=4, maximum=12, step=0.5, value=7.0, label="CFG"),
122
  gr.components.Number(label="Seed", value=None),
123
- gr.inputs.Checkbox(label="Restore Faces", value=False),
124
  ],
125
  outputs=gr.components.Image(),
126
  title="Freedom Demonstration",
 
120
  gr.components.Slider(minimum=512, maximum=1600, value=768, label="Height"),
121
  gr.components.Slider(minimum=4, maximum=12, step=0.5, value=7.0, label="CFG"),
122
  gr.components.Number(label="Seed", value=None),
123
+ gr.inputs.Checkbox(label="Restore Faces", default=False),
124
  ],
125
  outputs=gr.components.Image(),
126
  title="Freedom Demonstration",