multimodalart HF staff commited on
Commit
45a9c8b
1 Parent(s): 46e57d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=400,
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)