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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -263,8 +263,8 @@ def fonc_del_param(lp,txt_input,neg_input,width,height,steps,cfg,seed):
263
 
264
  def make_me():
265
  with gr.Column():
266
- with gr.Row():
267
- with gr.Group():
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)
 
263
 
264
  def make_me():
265
  with gr.Column():
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)