Kit-Lemonfoot commited on
Commit
61f8fb4
1 Parent(s): 2c7f480

Added Indie models. Moved Anny, Neuro and Vedal to Indies. Added link to the standalone colab.

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -343,8 +343,8 @@ if __name__ == '__main__':
343
  "### <center> Space by Kit Lemonfoot / Noel Shirogane's High Flying Birds"
344
  "<center> Original space by megaaziib & zomehwh\n"
345
  "### <center> Please credit the original model authors if you use this Space."
346
- "<center>Do no evil.\n"
347
- "<center> (I will be adding more tabs later. Don't ask.)\n"
348
  )
349
  for (folder_title, folder, models) in categories:
350
  with gr.TabItem(folder_title):
@@ -510,9 +510,9 @@ if __name__ == '__main__':
510
  "#### <center>Original devs:\n"
511
  "<center>the RVC Project, lj1995, zomehwh \n\n"
512
  "#### <center>Model creators:\n"
513
- "<center>dacoolkid44, Hijack, Maki Ligon, megaaziib, KitLemonfoot, yeey5, Sui, MahdeenSky, Itaxhix, Acato, Kyuubical, MartinFLL, Listra92, IshimaIshimsky, ZomballTH, Jotape91, RigidSpinner, RandomAssBettel, Oida, Nhat Minh, Ardha27, Legitdark, TempoHawk, 0x3e9, Kaiaya, Skeetawn, Sonphantrung, Pianissimo\n"
514
  )
515
  if limitation is True:
516
  app.queue(concurrency_count=1, max_size=20, api_open=config.api).launch(share=config.colab)
517
  else:
518
- app.queue(concurrency_count=1, max_size=20, api_open=config.api).launch(share=False)
 
343
  "### <center> Space by Kit Lemonfoot / Noel Shirogane's High Flying Birds"
344
  "<center> Original space by megaaziib & zomehwh\n"
345
  "### <center> Please credit the original model authors if you use this Space."
346
+ "<center>Do no evil.\n\n"
347
+ "[![image](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1Til3SY7-X0x3Wss3YXlgfq8go39DzWHk)\n\n"
348
  )
349
  for (folder_title, folder, models) in categories:
350
  with gr.TabItem(folder_title):
 
510
  "#### <center>Original devs:\n"
511
  "<center>the RVC Project, lj1995, zomehwh \n\n"
512
  "#### <center>Model creators:\n"
513
+ "<center>dacoolkid44, Hijack, Maki Ligon, megaaziib, KitLemonfoot, yeey5, Sui, MahdeenSky, Itaxhix, Acato, Kyuubical, MartinFLL, Listra92, IshimaIshimsky, ZomballTH, Jotape91, RigidSpinner, RandomAssBettel, Oida, Nhat Minh, Ardha27, Legitdark, TempoHawk, 0x3e9, Kaiaya, Skeetawn, Sonphantrung, Pianissimo, Gloomwastragic, Sunesu, Aimbo, Act8113, Blyxeen\n"
514
  )
515
  if limitation is True:
516
  app.queue(concurrency_count=1, max_size=20, api_open=config.api).launch(share=config.colab)
517
  else:
518
+ app.queue(concurrency_count=1, max_size=20, api_open=config.api).launch(share=True)