DemiPoto commited on
Commit
0f040bc
·
verified ·
1 Parent(s): 58030d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -291,7 +291,7 @@ def make_me():
291
 
292
  print(list_param.value)
293
  disp_param = gr.Examples(
294
- examples=["","",0,0,0,0,-1],
295
  inputs=[txt_input,neg_input,width,height,steps,cfg,seed],
296
  outputs=[txt_input,neg_input,width,height,steps,cfg,seed],
297
  )
 
291
 
292
  print(list_param.value)
293
  disp_param = gr.Examples(
294
+ examples=[["","",0,0,0,0,-1]],
295
  inputs=[txt_input,neg_input,width,height,steps,cfg,seed],
296
  outputs=[txt_input,neg_input,width,height,steps,cfg,seed],
297
  )