Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,7 @@ with image_blocks as demo:
|
|
100 |
''')
|
101 |
with gr.Row():
|
102 |
with gr.Column():
|
103 |
-
image = gr.
|
104 |
# image = gr.Image(sources=None, type="pil") # None for upload, ctrl+v and webcam
|
105 |
|
106 |
|
|
|
100 |
''')
|
101 |
with gr.Row():
|
102 |
with gr.Column():
|
103 |
+
image = gr.ImageEditor(elem_id="image_upload", type="pil", label="Upload", height=400, crop_size="1:1")
|
104 |
# image = gr.Image(sources=None, type="pil") # None for upload, ctrl+v and webcam
|
105 |
|
106 |
|