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