Spaces:
Runtime error
Runtime error
Linoy Tsaban
commited on
Commit
·
ccd7eb4
1
Parent(s):
eb0fa23
Update app.py
Browse files
app.py
CHANGED
|
@@ -587,7 +587,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
| 587 |
elem_id="target_prompt",
|
| 588 |
# show_label=False,
|
| 589 |
max_lines=1, value="", scale=3,
|
| 590 |
-
placeholder="Target prompt, DDPM Inversion", info = "
|
| 591 |
)
|
| 592 |
# caption_button = gr.Button("Caption Image", scale=1)
|
| 593 |
|
|
|
|
| 587 |
elem_id="target_prompt",
|
| 588 |
# show_label=False,
|
| 589 |
max_lines=1, value="", scale=3,
|
| 590 |
+
placeholder="Target prompt, DDPM Inversion", info = "DPM Solver++ Inversion Prompt. Can help with global changes, modify to what you would like to see"
|
| 591 |
)
|
| 592 |
# caption_button = gr.Button("Caption Image", scale=1)
|
| 593 |
|