Spaces:
Runtime error
Runtime error
Commit
·
fc13fc4
1
Parent(s):
587d66f
Update app.py
Browse files
app.py
CHANGED
|
@@ -585,14 +585,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
| 585 |
|
| 586 |
|
| 587 |
|
| 588 |
-
|
| 589 |
-
tar_prompt = gr.Textbox(
|
| 590 |
-
label="Describe your edited image (optional)",
|
| 591 |
-
elem_id="target_prompt",
|
| 592 |
-
# show_label=False,
|
| 593 |
-
max_lines=1, value="", scale=3,
|
| 594 |
-
placeholder="Target prompt, DDPM Inversion", info = "DPM Solver++ Inversion Prompt. Can help with global changes, modify to what you would like to see"
|
| 595 |
-
)
|
| 596 |
# caption_button = gr.Button("Caption Image", scale=1)
|
| 597 |
|
| 598 |
|
|
@@ -601,6 +594,14 @@ with gr.Blocks(css="style.css") as demo:
|
|
| 601 |
|
| 602 |
|
| 603 |
with gr.Accordion("Advanced Options", open=False):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 604 |
with gr.Tabs() as tabs:
|
| 605 |
|
| 606 |
with gr.TabItem('General options', id=2):
|
|
|
|
| 585 |
|
| 586 |
|
| 587 |
|
| 588 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 589 |
# caption_button = gr.Button("Caption Image", scale=1)
|
| 590 |
|
| 591 |
|
|
|
|
| 594 |
|
| 595 |
|
| 596 |
with gr.Accordion("Advanced Options", open=False):
|
| 597 |
+
with gr.Row().style(mobile_collapse=False, equal_height=True):
|
| 598 |
+
tar_prompt = gr.Textbox(
|
| 599 |
+
label="Describe your edited image (optional)",
|
| 600 |
+
elem_id="target_prompt",
|
| 601 |
+
# show_label=False,
|
| 602 |
+
max_lines=1, value="", scale=3,
|
| 603 |
+
placeholder="Target prompt, DDPM Inversion", info = "DPM Solver++ Inversion Prompt. Can help with global changes, modify to what you would like to see"
|
| 604 |
+
)
|
| 605 |
with gr.Tabs() as tabs:
|
| 606 |
|
| 607 |
with gr.TabItem('General options', id=2):
|