Spaces:
Running
on
Zero
Running
on
Zero
adamelliotfields
commited on
Change placeholders
Browse files
demo.py
CHANGED
@@ -87,7 +87,7 @@ with gr.Blocks(
|
|
87 |
label="Prompt",
|
88 |
show_label=False,
|
89 |
lines=2,
|
90 |
-
placeholder="
|
91 |
value=None,
|
92 |
elem_id="prompt",
|
93 |
)
|
@@ -105,7 +105,7 @@ with gr.Blocks(
|
|
105 |
negative_prompt = gr.Textbox(
|
106 |
label="Negative Prompt",
|
107 |
lines=1,
|
108 |
-
placeholder="ugly
|
109 |
value="",
|
110 |
)
|
111 |
|
|
|
87 |
label="Prompt",
|
88 |
show_label=False,
|
89 |
lines=2,
|
90 |
+
placeholder="corgi, at the beach, cute",
|
91 |
value=None,
|
92 |
elem_id="prompt",
|
93 |
)
|
|
|
105 |
negative_prompt = gr.Textbox(
|
106 |
label="Negative Prompt",
|
107 |
lines=1,
|
108 |
+
placeholder="ugly",
|
109 |
value="",
|
110 |
)
|
111 |
|