Spaces:
Runtime error
Runtime error
Plat
commited on
Commit
·
4fcf61c
1
Parent(s):
14f8371
fix: wrong description
Browse files
app.py
CHANGED
|
@@ -132,7 +132,7 @@ def demo():
|
|
| 132 |
)
|
| 133 |
copyright_tags = gr.Textbox(
|
| 134 |
label="Copyright tags",
|
| 135 |
-
placeholder="You can specify copyright tags manually. e.g.)
|
| 136 |
)
|
| 137 |
length = gr.Dropdown(
|
| 138 |
label="Length",
|
|
|
|
| 132 |
)
|
| 133 |
copyright_tags = gr.Textbox(
|
| 134 |
label="Copyright tags",
|
| 135 |
+
placeholder="You can specify copyright tags manually. This must be valid danbooru tags. e.g.) vocaloid, blue archive",
|
| 136 |
)
|
| 137 |
length = gr.Dropdown(
|
| 138 |
label="Length",
|