Update app.py
Browse files
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 |
|