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