Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -89,7 +89,7 @@ with gr.Blocks(css="footer {visibility: hidden}") as demo:
|
|
| 89 |
prompt_input = gr.Textbox(
|
| 90 |
label="Prompt",
|
| 91 |
placeholder="Describe how you want the images combined or edited...",
|
| 92 |
-
value=
|
| 93 |
lines=3
|
| 94 |
)
|
| 95 |
|
|
|
|
| 89 |
prompt_input = gr.Textbox(
|
| 90 |
label="Prompt",
|
| 91 |
placeholder="Describe how you want the images combined or edited...",
|
| 92 |
+
value="",
|
| 93 |
lines=3
|
| 94 |
)
|
| 95 |
|