Spaces:
Running
Running
Update app.py
Browse files
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 |
)
|