multimodalart HF staff commited on
Commit
cafc712
·
verified ·
1 Parent(s): f4fb280

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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?",