change default prompt
Browse filesdon't accuse me of cherry picking
app.py
CHANGED
|
@@ -89,7 +89,7 @@ with gr.Blocks() as interface:
|
|
| 89 |
prompt = gr.Textbox(
|
| 90 |
label="Prompt",
|
| 91 |
info="What do you want?",
|
| 92 |
-
value="A
|
| 93 |
lines=4,
|
| 94 |
interactive=True,
|
| 95 |
)
|
|
|
|
| 89 |
prompt = gr.Textbox(
|
| 90 |
label="Prompt",
|
| 91 |
info="What do you want?",
|
| 92 |
+
value="A woman with long, wavy pink hair is shown in profile",
|
| 93 |
lines=4,
|
| 94 |
interactive=True,
|
| 95 |
)
|