DemiPoto commited on
Commit
2585a99
·
verified ·
1 Parent(s): 37ca3ce

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
  #stop_button = gr.Button('Stop', variant='secondary', interactive=False, scale=1)
288
  #gen_button.click(lambda: gr.update(interactive=True), None, stop_button)
289
 
290
-
291
  disp_param = gr.Examples(
292
  examples=list_param.value,
293
  inputs=[txt_input,neg_input,width,height,steps,cfg,seed],
 
287
  #stop_button = gr.Button('Stop', variant='secondary', interactive=False, scale=1)
288
  #gen_button.click(lambda: gr.update(interactive=True), None, stop_button)
289
 
290
+ print(list_param.value)
291
  disp_param = gr.Examples(
292
  examples=list_param.value,
293
  inputs=[txt_input,neg_input,width,height,steps,cfg,seed],