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