fffiloni commited on
Commit
6aede38
1 Parent(s): bf37733

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ with gr.Blocks(css=css) as block:
101
  gr.HTML(title)
102
 
103
  prompt_input = gr.Textbox(label="Target text", placeholder="Describe the image with what you want to change about the subject")
104
- image_init = gr.Image(source="upload", label="Input Image")
105
 
106
  submit_btn = gr.Button("Submit")
107
 
 
101
  gr.HTML(title)
102
 
103
  prompt_input = gr.Textbox(label="Target text", placeholder="Describe the image with what you want to change about the subject")
104
+ image_init = gr.Image(source="upload", type="binary",label="Input Image")
105
 
106
  submit_btn = gr.Button("Submit")
107