Spaces:
Paused
Paused
ehristoforu
commited on
Commit
•
99df419
1
Parent(s):
e2559f4
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ with gr.Blocks(css=css) as demo:
|
|
67 |
button = gr.Button(value="Generate", scale=1)
|
68 |
with gr.Accordion("Advanced options", open=False):
|
69 |
with gr.Row():
|
70 |
-
negative = gr.Textbox(show_label=False, value=deafult_negative, placeholder="Enter a negative", max_lines=
|
71 |
with gr.Row():
|
72 |
width = gr.Slider(label="Width", minimum=1024, maximum=2048, step=8, value=1024, interactive=True)
|
73 |
height = gr.Slider(label="Height", minimum=1024, maximum=2048, step=8, value=1024, interactive=True)
|
|
|
67 |
button = gr.Button(value="Generate", scale=1)
|
68 |
with gr.Accordion("Advanced options", open=False):
|
69 |
with gr.Row():
|
70 |
+
negative = gr.Textbox(show_label=False, value=deafult_negative, placeholder="Enter a negative", max_lines=4, lines=3, interactive=True)
|
71 |
with gr.Row():
|
72 |
width = gr.Slider(label="Width", minimum=1024, maximum=2048, step=8, value=1024, interactive=True)
|
73 |
height = gr.Slider(label="Height", minimum=1024, maximum=2048, step=8, value=1024, interactive=True)
|