Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,8 @@ with gr.Blocks() as demo:
|
|
85 |
type="pil"
|
86 |
)
|
87 |
cropped_image = gr.Image(
|
88 |
-
visible=False
|
|
|
89 |
)
|
90 |
prompt_input = gr.Textbox(
|
91 |
label="Where should the logo be applied?",
|
|
|
85 |
type="pil"
|
86 |
)
|
87 |
cropped_image = gr.Image(
|
88 |
+
visible=False,
|
89 |
+
type="pil"
|
90 |
)
|
91 |
prompt_input = gr.Textbox(
|
92 |
label="Where should the logo be applied?",
|