DemiPoto commited on
Commit
8583df7
·
verified ·
1 Parent(s): e2aec4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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():