tombetthauser commited on
Commit
3708c86
Β·
1 Parent(s): 77195a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -339,9 +339,10 @@ with gr.Blocks() as beta:
339
  gr.Markdown('''
340
  # πŸ§‘β€πŸš€ Beta Concept Loader
341
 
342
- This tool allows you to test out newly trained beta concepts trained by artists. These are experimental and may be removed if they are problematic or uninteresting. If they end up being interesting or successful though they'll be renamed and moved into the primary prompting drop-down.
 
 
343
 
344
- Artists can now freely train new models / concepts using the link below. This uses free access to Google's GPUs but will require a password / key that you can ask for on our discord. After a new concept / model is trained it will be automatically added to this tab after ~24 hours. Check it out!
345
  <a href="https://colab.research.google.com/drive/1FhOpcEjHT7EN53Zv9MFLQTytZp11wjqg#scrollTo=hzUluHT-I42O">https://colab.research.google.com/astronaut-horse-training-tool</a>
346
  ''')
347
  dropdown = gr.Dropdown([dropdown for dropdown in list(DROPDOWNS) if 'ahx-beta' in dropdown], label="choose style...")
 
339
  gr.Markdown('''
340
  # πŸ§‘β€πŸš€ Beta Concept Loader
341
 
342
+ This tool allows you to test out newly trained beta concepts trained by artists. These are experimental and may be removed if they are problematic or uninteresting. If they end up successful though they'll be renamed and moved into the primary prompting drop-down.
343
+
344
+ To add to this artists can now freely train new models / concepts using the link below. This uses free access to Google's GPUs but will require a password / key that you can get from our discord. After a new concept / model is trained it will be automatically added to this tab after ~24 hours!
345
 
 
346
  <a href="https://colab.research.google.com/drive/1FhOpcEjHT7EN53Zv9MFLQTytZp11wjqg#scrollTo=hzUluHT-I42O">https://colab.research.google.com/astronaut-horse-training-tool</a>
347
  ''')
348
  dropdown = gr.Dropdown([dropdown for dropdown in list(DROPDOWNS) if 'ahx-beta' in dropdown], label="choose style...")