yulu2 commited on
Commit
6aa4c27
1 Parent(s): 34e2e56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -137,8 +137,8 @@ def main():
137
  with gr.Row():
138
  input_image = gr.Image(label="Input Image", type="pil", interactive=True)
139
  edited_image = gr.Image(label=f"Output Image", type="pil", interactive=False)
140
- input_image.scale(height=512, width=512)
141
- edited_image.scale(height=512, width=512)
142
 
143
  with gr.Row():
144
  randomize_seed = gr.Radio(
 
137
  with gr.Row():
138
  input_image = gr.Image(label="Input Image", type="pil", interactive=True)
139
  edited_image = gr.Image(label=f"Output Image", type="pil", interactive=False)
140
+ input_image.style(height=512, width=512)
141
+ edited_image.style(height=512, width=512)
142
 
143
  with gr.Row():
144
  randomize_seed = gr.Radio(