multimodalart HF staff commited on
Commit
46e57d1
1 Parent(s): 33d3c76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=600,
166
  )
167
  prompt = gr.Textbox(label="Prompt")
168
  style = gr.Dropdown(label="Style", choices=STYLE_NAMES, value=DEFAULT_STYLE_NAME)
@@ -210,7 +210,7 @@ with gr.Blocks(css="style.css") as demo:
210
  )
211
  randomize_seed = gr.Checkbox(label="Randomize seed", value=True)
212
  with gr.Column():
213
- result = gr.Image(label="Result", height=600)
214
 
215
  inputs = [
216
  image,
 
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)
 
210
  )
211
  randomize_seed = gr.Checkbox(label="Randomize seed", value=True)
212
  with gr.Column():
213
+ result = gr.Image(label="Result", height=400)
214
 
215
  inputs = [
216
  image,