DemiPoto commited on
Commit
8c254a2
·
verified ·
1 Parent(s): d33624d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -266,8 +266,8 @@ def make_me():
266
  with gr.Group():
267
  with gr.Row():
268
  with gr.Column(scale=4):
269
- txt_input = gr.Textbox(label='Your prompt:', lines=3, interactive = True)
270
- neg_input = gr.Textbox(label='Negative prompt:', lines=1, interactive = True)
271
  with gr.Column(scale=4):
272
  with gr.Row():
273
  width = gr.Slider(label="Width", info="If 0, the default value is used.", maximum=2024, step=32, value=0, interactive = True)
@@ -282,10 +282,10 @@ def make_me():
282
  cfg = gr.Slider(label="Guidance scale", info="If 0, the default value is used.", maximum=30.0, step=0.1, value=0, interactive = True)
283
  seed = gr.Slider(label="Seed", info="Randomize Seed if -1.", minimum=-1, maximum=MAX_SEED, step=1, value=-1, interactive = True)
284
 
285
- list_param=gr.Dropdown(choices=[["a",[["","",0,0,0,0,-1]]]], value=[["","",0,0,0,0,-1]], visible=False)
286
-
287
- add_param=gr.Button("add to the list")
288
- del_param=gr.Button("delete to the list")
289
  #gen_button = gr.Button('Generate images', scale=3)
290
  #stop_button = gr.Button('Stop', variant='secondary', interactive=False, scale=1)
291
  #gen_button.click(lambda: gr.update(interactive=True), None, stop_button)
 
266
  with gr.Group():
267
  with gr.Row():
268
  with gr.Column(scale=4):
269
+ txt_input = gr.Textbox(label='Your prompt:', lines=4, interactive = True)
270
+ neg_input = gr.Textbox(label='Negative prompt:', lines=4, interactive = True)
271
  with gr.Column(scale=4):
272
  with gr.Row():
273
  width = gr.Slider(label="Width", info="If 0, the default value is used.", maximum=2024, step=32, value=0, interactive = True)
 
282
  cfg = gr.Slider(label="Guidance scale", info="If 0, the default value is used.", maximum=30.0, step=0.1, value=0, interactive = True)
283
  seed = gr.Slider(label="Seed", info="Randomize Seed if -1.", minimum=-1, maximum=MAX_SEED, step=1, value=-1, interactive = True)
284
 
285
+ list_param=gr.Dropdown(choices=[["a",[["","",0,0,0,0,-1]]]], value=[["","",0,0,0,0,-1]], visible=False)
286
+
287
+ add_param=gr.Button("add to the list")
288
+ del_param=gr.Button("delete to the list")
289
  #gen_button = gr.Button('Generate images', scale=3)
290
  #stop_button = gr.Button('Stop', variant='secondary', interactive=False, scale=1)
291
  #gen_button.click(lambda: gr.update(interactive=True), None, stop_button)