Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -504,14 +504,14 @@ with gr.Blocks(title="RetroArt Converter - Img2Img", theme=gr.themes.Soft()) as
|
|
| 504 |
|
| 505 |
prompt = gr.Textbox(
|
| 506 |
label="Prompt (trigger word auto-added)",
|
| 507 |
-
value="
|
| 508 |
lines=3,
|
| 509 |
info=f"'{TRIGGER_WORD}' will be automatically added"
|
| 510 |
)
|
| 511 |
|
| 512 |
negative_prompt = gr.Textbox(
|
| 513 |
label="Negative Prompt",
|
| 514 |
-
value="
|
| 515 |
lines=2
|
| 516 |
)
|
| 517 |
|
|
|
|
| 504 |
|
| 505 |
prompt = gr.Textbox(
|
| 506 |
label="Prompt (trigger word auto-added)",
|
| 507 |
+
value=" ",
|
| 508 |
lines=3,
|
| 509 |
info=f"'{TRIGGER_WORD}' will be automatically added"
|
| 510 |
)
|
| 511 |
|
| 512 |
negative_prompt = gr.Textbox(
|
| 513 |
label="Negative Prompt",
|
| 514 |
+
value=" ",
|
| 515 |
lines=2
|
| 516 |
)
|
| 517 |
|