Commit ·
7b80ee9
1
Parent(s): 67643a8
Update app.py
Browse files
app.py
CHANGED
|
@@ -127,7 +127,7 @@ Upload an image to edit it. You can try `Fast mode` with prompts, or `Quality mo
|
|
| 127 |
with gr.TabItem("Fast mode"):
|
| 128 |
with gr.Row():
|
| 129 |
with gr.Column(scale=10):
|
| 130 |
-
original_prompt = gr.Textbox(label="Image description -
|
| 131 |
with gr.Column(scale=1, min_width=180):
|
| 132 |
btn_caption = gr.Button("Generate caption", elem_id="generate_button")
|
| 133 |
edit_prompt = gr.Textbox(label="Edit prompt - what would you like to edit in the image above. Change one thing at a time")
|
|
|
|
| 127 |
with gr.TabItem("Fast mode"):
|
| 128 |
with gr.Row():
|
| 129 |
with gr.Column(scale=10):
|
| 130 |
+
original_prompt = gr.Textbox(label="Image description - type a caption for the image or generate it")
|
| 131 |
with gr.Column(scale=1, min_width=180):
|
| 132 |
btn_caption = gr.Button("Generate caption", elem_id="generate_button")
|
| 133 |
edit_prompt = gr.Textbox(label="Edit prompt - what would you like to edit in the image above. Change one thing at a time")
|