Spaces:
Runtime error
Runtime error
Commit
Β·
5cb92bb
1
Parent(s):
9e2e3c5
Update available models text with place holder
Browse files
app.py
CHANGED
@@ -199,7 +199,7 @@ with gr.Blocks(css=".gradio-container {max-width: 650px}") as dropdown_tab:
|
|
199 |
|
200 |
# ## Valid Artist Tokens:
|
201 |
# ''')
|
202 |
-
gr.Markdown(
|
203 |
|
204 |
|
205 |
# -----------------------------------------------------------------------------------------------
|
|
|
199 |
|
200 |
# ## Valid Artist Tokens:
|
201 |
# ''')
|
202 |
+
gr.Markdown("For a complete list of usable models and beta concepts check out the dropdown selectors in the welcome and beta concepts tabs or the project's main website or our discord.\n\nhttp://www.astronaut.horse/concepts")
|
203 |
|
204 |
|
205 |
# -----------------------------------------------------------------------------------------------
|