Spaces:
Running
on
Zero
Running
on
Zero
Plat
commited on
Commit
·
de8525d
1
Parent(s):
4fcf61c
chore: better info
Browse files
app.py
CHANGED
@@ -124,6 +124,7 @@ def demo():
|
|
124 |
with gr.Column():
|
125 |
text = gr.Text(
|
126 |
label="Text",
|
|
|
127 |
lines=4,
|
128 |
placeholder="A girl with fox ears and tail in maid costume is looking at viewer.",
|
129 |
)
|
@@ -132,7 +133,8 @@ def demo():
|
|
132 |
)
|
133 |
copyright_tags = gr.Textbox(
|
134 |
label="Copyright tags",
|
135 |
-
|
|
|
136 |
)
|
137 |
length = gr.Dropdown(
|
138 |
label="Length",
|
|
|
124 |
with gr.Column():
|
125 |
text = gr.Text(
|
126 |
label="Text",
|
127 |
+
info="Enter a prompt in natural language (currently only English is supported). But maybe danbooru tags are also supported.",
|
128 |
lines=4,
|
129 |
placeholder="A girl with fox ears and tail in maid costume is looking at viewer.",
|
130 |
)
|
|
|
133 |
)
|
134 |
copyright_tags = gr.Textbox(
|
135 |
label="Copyright tags",
|
136 |
+
info="You can specify copyright tags manually. This must be valid danbooru tags.",
|
137 |
+
placeholder="e.g.) vocaloid, blue archive",
|
138 |
)
|
139 |
length = gr.Dropdown(
|
140 |
label="Length",
|