Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -82,8 +82,7 @@ with gr.Blocks() as demo:
|
|
82 |
with gr.Column():
|
83 |
input_image = gr.Image(
|
84 |
label="Upload Logo Image",
|
85 |
-
type="pil"
|
86 |
-
height=384
|
87 |
)
|
88 |
cropped_image = gr.Image(
|
89 |
visible=False
|
|
|
82 |
with gr.Column():
|
83 |
input_image = gr.Image(
|
84 |
label="Upload Logo Image",
|
85 |
+
type="pil"
|
|
|
86 |
)
|
87 |
cropped_image = gr.Image(
|
88 |
visible=False
|