Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -253,7 +253,7 @@ def fonc_add_param(lp,txt_input,neg_input,width,height,steps,cfg,seed):
|
|
253 |
print(lp)
|
254 |
lp.append([txt_input,neg_input,width,height,steps,cfg,seed])
|
255 |
print(lp)
|
256 |
-
return gr.Dataset(samples=lp) , gr.Dropdown(choices=["a",lp], value=lp)
|
257 |
|
258 |
def make_me():
|
259 |
with gr.Row():
|
|
|
253 |
print(lp)
|
254 |
lp.append([txt_input,neg_input,width,height,steps,cfg,seed])
|
255 |
print(lp)
|
256 |
+
return gr.Dataset(samples=lp) , gr.Dropdown(choices=[["a",lp]], value=lp)
|
257 |
|
258 |
def make_me():
|
259 |
with gr.Row():
|