tombetthauser commited on
Commit
5cb92bb
Β·
1 Parent(s): 9e2e3c5

Update available models text with place holder

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(get_models_text())
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
  # -----------------------------------------------------------------------------------------------