Update app.py
Browse files
app.py
CHANGED
|
@@ -109,7 +109,7 @@ with gr.Blocks(css=css) as block:
|
|
| 109 |
prompt_input = gr.Textbox(label="Target text", placeholder="Describe the image with what you want to change about the subject")
|
| 110 |
image_init = gr.Image(source="upload", type="filepath",label="Input Image")
|
| 111 |
|
| 112 |
-
|
| 113 |
|
| 114 |
image_output = gr.Image(label="Edited image")
|
| 115 |
text_output = gr.Image(label="trained status")
|
|
|
|
| 109 |
prompt_input = gr.Textbox(label="Target text", placeholder="Describe the image with what you want to change about the subject")
|
| 110 |
image_init = gr.Image(source="upload", type="filepath",label="Input Image")
|
| 111 |
|
| 112 |
+
submit_btn = gr.Button("Train")
|
| 113 |
|
| 114 |
image_output = gr.Image(label="Edited image")
|
| 115 |
text_output = gr.Image(label="trained status")
|