Spaces:
Running
Running
JV A
commited on
Commit
·
ccb68d5
1
Parent(s):
901d54b
Update app.py
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ iface = gr.Interface(
|
|
111 |
gr.components.Slider(minimum=512, maximum=1600, default=768, label="Height"),
|
112 |
gr.components.Checkbox(label="Restore Faces"),
|
113 |
gr.components.Number(label="Seed", default=None),
|
114 |
-
gr.components.Slider(minimum=4, maximum=12, default
|
115 |
],
|
116 |
outputs=gr.components.Image(),
|
117 |
title="Freedom Demonstration",
|
|
|
111 |
gr.components.Slider(minimum=512, maximum=1600, default=768, label="Height"),
|
112 |
gr.components.Checkbox(label="Restore Faces"),
|
113 |
gr.components.Number(label="Seed", default=None),
|
114 |
+
gr.components.Slider(minimum=4, maximum=12, default=7.0, label="CFG")
|
115 |
],
|
116 |
outputs=gr.components.Image(),
|
117 |
title="Freedom Demonstration",
|