DemiPoto commited on
Commit
6c1c4b0
·
verified ·
1 Parent(s): 098483c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -254,7 +254,7 @@ def fonc_add_param(lp,txt_input,neg_input,width,height,steps,cfg,seed):
254
  return gr.Dataset(samples=lp) , gr.Dropdown(choices=[["a",lp]], value=lp)
255
  def fonc_del_param(lp,txt_input,neg_input,width,height,steps,cfg,seed):
256
  if [txt_input,neg_input,width,height,steps,cfg,seed] in lp :
257
- lp.del([txt_input,neg_input,width,height,steps,cfg,seed])
258
  return gr.Dataset(samples=lp) , gr.Dropdown(choices=[["a",lp]], value=lp)
259
 
260
  def make_me():
 
254
  return gr.Dataset(samples=lp) , gr.Dropdown(choices=[["a",lp]], value=lp)
255
  def fonc_del_param(lp,txt_input,neg_input,width,height,steps,cfg,seed):
256
  if [txt_input,neg_input,width,height,steps,cfg,seed] in lp :
257
+ lp.remove([txt_input,neg_input,width,height,steps,cfg,seed])
258
  return gr.Dataset(samples=lp) , gr.Dropdown(choices=[["a",lp]], value=lp)
259
 
260
  def make_me():