Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -276,7 +276,7 @@ def make_me():
|
|
276 |
seed = gr.Slider(label="Seed", info="Randomize Seed if -1.", minimum=-1, maximum=MAX_SEED, step=1, value=-1, interactive = True)
|
277 |
param_actu=[txt_input,neg_input,width,height,steps,cfg,seed]
|
278 |
list_param=[["prompt","neg p",1024,800,50,3.0],["prompt 2","neg p 2",720,1200,30,2.5]]
|
279 |
-
lp=gr.Dropdown(choices=["a",list_param], value=list_param, visible=False)
|
280 |
|
281 |
add_param=gr.Button("add to the list")
|
282 |
del_param=gr.Button("delete to the list")
|
|
|
276 |
seed = gr.Slider(label="Seed", info="Randomize Seed if -1.", minimum=-1, maximum=MAX_SEED, step=1, value=-1, interactive = True)
|
277 |
param_actu=[txt_input,neg_input,width,height,steps,cfg,seed]
|
278 |
list_param=[["prompt","neg p",1024,800,50,3.0],["prompt 2","neg p 2",720,1200,30,2.5]]
|
279 |
+
lp=gr.Dropdown(choices=[["a",list_param]], value=list_param, visible=False)
|
280 |
|
281 |
add_param=gr.Button("add to the list")
|
282 |
del_param=gr.Button("delete to the list")
|