DemiPoto commited on
Commit
50824da
·
verified ·
1 Parent(s): 6c1c4b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -287,7 +287,7 @@ def make_me():
287
 
288
 
289
  disp_param = gr.Examples(
290
- examples=list_param,
291
  inputs=[txt_input,neg_input,width,height,steps,cfg,seed],
292
  outputs=[txt_input,neg_input,width,height,steps,cfg,seed],
293
  )
 
287
 
288
 
289
  disp_param = gr.Examples(
290
+ examples=list_param.value,
291
  inputs=[txt_input,neg_input,width,height,steps,cfg,seed],
292
  outputs=[txt_input,neg_input,width,height,steps,cfg,seed],
293
  )