tombetthauser commited on
Commit
8c948ed
β€’
1 Parent(s): 1fc4a91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -337,12 +337,12 @@ with gr.Blocks(css=".gradio-container {max-width: 650px}") as new_welcome:
337
 
338
  with gr.Blocks() as beta:
339
  gr.Markdown('''
340
- # Beta Concepts
341
 
342
  This tool allows you to test out newly trained beta concepts trained by artists. To add your own beta concept see the link below. This uses free access to Google's GPUs but will require a password / key that you can get from the discord server. After a new concept / model is trained it will be automatically added to this tab when the app is redeployed.
343
  <br><br>
344
- <a href="https://colab.research.google.com/drive/1FhOpcEjHT7EN53Zv9MFLQTytZp11wjqg#scrollTo=hzUluHT-I42O">train your own beta concept</a>
345
- <br><br>
346
  <a href="http://www.astronaut.horse">http://www.astronaut.horse</a>
347
  <br>
348
  <a href="https://discord.gg/ZctfW4SvGw">https://discord.com</a><br>
 
337
 
338
  with gr.Blocks() as beta:
339
  gr.Markdown('''
340
+ # Beta Models / Concepts
341
 
342
  This tool allows you to test out newly trained beta concepts trained by artists. To add your own beta concept see the link below. This uses free access to Google's GPUs but will require a password / key that you can get from the discord server. After a new concept / model is trained it will be automatically added to this tab when the app is redeployed.
343
  <br><br>
344
+ <a href="https://colab.research.google.com/drive/1FhOpcEjHT7EN53Zv9MFLQTytZp11wjqg#scrollTo=hzUluHT-I42O">train your own beta model / concept</a>
345
+ <br>
346
  <a href="http://www.astronaut.horse">http://www.astronaut.horse</a>
347
  <br>
348
  <a href="https://discord.gg/ZctfW4SvGw">https://discord.com</a><br>