Update app.py
Browse files
app.py
CHANGED
@@ -389,7 +389,7 @@ def create_min_image_input(index, open=True, indices_state=None):
|
|
389 |
|
390 |
with gr.Column(min_width=256):
|
391 |
image = gr.Image(type="filepath", label=f"Image {index + 1}")
|
392 |
-
caption = gr.Textbox(label=f"ENT{index + 1}", value="")
|
393 |
face_btn = gr.Button("Crop Face")
|
394 |
det_btn = gr.Button("Crop to Prompt")
|
395 |
id_ip_checkbox = gr.Checkbox(value=True, label=f"ID or not {index + 1}", visible=False)
|
|
|
389 |
|
390 |
with gr.Column(min_width=256):
|
391 |
image = gr.Image(type="filepath", label=f"Image {index + 1}")
|
392 |
+
caption = gr.Textbox(label=f"ENT{index + 1} Prompt", value="")
|
393 |
face_btn = gr.Button("Crop Face")
|
394 |
det_btn = gr.Button("Crop to Prompt")
|
395 |
id_ip_checkbox = gr.Checkbox(value=True, label=f"ID or not {index + 1}", visible=False)
|