Commit
•
45a9c8b
1
Parent(s):
46e57d1
Update app.py
Browse files
app.py
CHANGED
@@ -162,7 +162,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
162 |
invert_colors=True,
|
163 |
shape=(1024, 1024),
|
164 |
brush_radius=4,
|
165 |
-
height=
|
166 |
)
|
167 |
prompt = gr.Textbox(label="Prompt")
|
168 |
style = gr.Dropdown(label="Style", choices=STYLE_NAMES, value=DEFAULT_STYLE_NAME)
|
|
|
162 |
invert_colors=True,
|
163 |
shape=(1024, 1024),
|
164 |
brush_radius=4,
|
165 |
+
height=440,
|
166 |
)
|
167 |
prompt = gr.Textbox(label="Prompt")
|
168 |
style = gr.Dropdown(label="Style", choices=STYLE_NAMES, value=DEFAULT_STYLE_NAME)
|