Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
141 |
-
edited_image.
|
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(
|