Spaces:
Runtime error
Runtime error
clementrof
commited on
Update app3.py
Browse files
app3.py
CHANGED
@@ -158,19 +158,19 @@ demo = gr.Interface(
|
|
158 |
inputs=[
|
159 |
gr.Textbox(label="Personal prompt", lines=3),
|
160 |
gr.Textbox(label="Girl_prompt", lines=3),
|
161 |
-
gr.Slider(label="Age", value=22, minimum=18, maximum=75),
|
162 |
gr.Radio(["skinny", "slim", "athletic", "muscular", "average", "curvy", "chubby", "overweight", "obese"],label="Body Type",type="value"),
|
163 |
-
gr.Slider(label="Body Type weight", value=
|
164 |
gr.CheckboxGroup(choices=["asian", "white", "black", "latina", "middle eastern","indigenous", "Mixed"],label="Color",type="value"),
|
165 |
gr.Radio(["black", "brown", "brunette", "dark brown", "light brown", "blonde", "dirty blonde", "platinum blonde", "red", "auburn", "ginger", "strawberry blonde", "gray", "silver", "white", "blue", "green", "purple", "pink", "rainbow", "multicolored"],label="Hair Color",type="value"),
|
166 |
-
gr.Slider(label="Hair Color weight", value=
|
167 |
gr.Radio(["short", "long", "mi-long"],label="Hair length", type="value"),
|
168 |
-
gr.Slider(label="Hair length weight", value=
|
169 |
gr.Radio(["straight", "curvy", "wavy"],label="Hair texture", type="value"),
|
170 |
-
gr.Slider(label="Hair texture weight", value=
|
171 |
gr.CheckboxGroup(choices=["((tattoos))", "((birthmark))", "freckles", "((scars))"],label="Skin details", type="value"),
|
172 |
gr.Radio(["brown", "hazel", "green", "blue", "gray", "amber", "black", "red", "violet"],label="Eyes Color", type="value"),
|
173 |
-
gr.Slider(label="Eyes color weight", value=
|
174 |
gr.Checkbox(label="NSFW", info="πππ")
|
175 |
],
|
176 |
flagging_options=["blurry", "incorrect", "other"],
|
|
|
158 |
inputs=[
|
159 |
gr.Textbox(label="Personal prompt", lines=3),
|
160 |
gr.Textbox(label="Girl_prompt", lines=3),
|
161 |
+
gr.Slider(label="Age", value=22, minimum=18, maximum=75,step=1),
|
162 |
gr.Radio(["skinny", "slim", "athletic", "muscular", "average", "curvy", "chubby", "overweight", "obese"],label="Body Type",type="value"),
|
163 |
+
gr.Slider(label="Body Type weight", value=1, minimum=1, maximum=4, step=1),
|
164 |
gr.CheckboxGroup(choices=["asian", "white", "black", "latina", "middle eastern","indigenous", "Mixed"],label="Color",type="value"),
|
165 |
gr.Radio(["black", "brown", "brunette", "dark brown", "light brown", "blonde", "dirty blonde", "platinum blonde", "red", "auburn", "ginger", "strawberry blonde", "gray", "silver", "white", "blue", "green", "purple", "pink", "rainbow", "multicolored"],label="Hair Color",type="value"),
|
166 |
+
gr.Slider(label="Hair Color weight", value=1, minimum=1, maximum=4, step=1),
|
167 |
gr.Radio(["short", "long", "mi-long"],label="Hair length", type="value"),
|
168 |
+
gr.Slider(label="Hair length weight", value=1, minimum=1, maximum=4, step=1),
|
169 |
gr.Radio(["straight", "curvy", "wavy"],label="Hair texture", type="value"),
|
170 |
+
gr.Slider(label="Hair texture weight", value=1, minimum=1, maximum=4, step=1),
|
171 |
gr.CheckboxGroup(choices=["((tattoos))", "((birthmark))", "freckles", "((scars))"],label="Skin details", type="value"),
|
172 |
gr.Radio(["brown", "hazel", "green", "blue", "gray", "amber", "black", "red", "violet"],label="Eyes Color", type="value"),
|
173 |
+
gr.Slider(label="Eyes color weight", value=1, minimum=1, maximum=4, step=1),
|
174 |
gr.Checkbox(label="NSFW", info="πππ")
|
175 |
],
|
176 |
flagging_options=["blurry", "incorrect", "other"],
|