prithivMLmods commited on
Commit
6079000
·
verified ·
1 Parent(s): fe1bf2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -212,7 +212,7 @@ with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
212
 
213
  with gr.Row(equal_height=True):
214
  with gr.Column():
215
- input_image = gr.Image(label="Upload Image", type="pil", height=400)
216
 
217
  lora_adapter = gr.Dropdown(
218
  label="Choose Editing Style",
@@ -238,7 +238,7 @@ with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
238
  width = gr.Slider(label="Width", minimum=256, maximum=1024, step=8, value=1024, visible=False)
239
 
240
  with gr.Column():
241
- output_image = gr.Image(label="Output Image", interactive=False, format="png", height=400)
242
 
243
  gr.Examples(
244
  examples=[
 
212
 
213
  with gr.Row(equal_height=True):
214
  with gr.Column():
215
+ input_image = gr.Image(label="Upload Image", type="pil")
216
 
217
  lora_adapter = gr.Dropdown(
218
  label="Choose Editing Style",
 
238
  width = gr.Slider(label="Width", minimum=256, maximum=1024, step=8, value=1024, visible=False)
239
 
240
  with gr.Column():
241
+ output_image = gr.Image(label="Output Image", interactive=False, format="png", height=290)
242
 
243
  gr.Examples(
244
  examples=[