Spaces:
Running
Running
Kit-Lemonfoot
commited on
Commit
•
73e6a9f
1
Parent(s):
20ae96d
Added Ruze, updated Kobo
Browse files
app.py
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
import os
|
2 |
import glob
|
3 |
import json
|
@@ -514,7 +516,7 @@ if __name__ == '__main__':
|
|
514 |
"#### <center>Original devs:\n"
|
515 |
"<center>the RVC Project, lj1995, zomehwh \n\n"
|
516 |
"#### <center>Model creators:\n"
|
517 |
-
"<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"
|
518 |
)
|
519 |
if limitation is True:
|
520 |
app.queue(concurrency_count=1, max_size=20, api_open=config.api).launch(share=config.colab)
|
|
|
1 |
+
print("Starting up. Please be patient...")
|
2 |
+
|
3 |
import os
|
4 |
import glob
|
5 |
import json
|
|
|
516 |
"#### <center>Original devs:\n"
|
517 |
"<center>the RVC Project, lj1995, zomehwh \n\n"
|
518 |
"#### <center>Model creators:\n"
|
519 |
+
"<center>dacoolkid44, Hijack, Maki Ligon, megaaziib, KitLemonfoot, yeey5, Sui, MahdeenSky, Itaxhix, Acato, Kyuubical, MartinFLL, Listra92, IshimaIshimsky, ZomballTH, Jotape91, RigidSpinner, RandomAssBettel, Mimizukari, Oida, Shu-Kun, Nhat Minh, Ardha27, Legitdark, TempoHawk, 0x3e9, Kaiaya, Skeetawn, Sonphantrung, Pianissimo, Gloomwastragic, Sunesu, Aimbo, Act8113, Blyxeen\n"
|
520 |
)
|
521 |
if limitation is True:
|
522 |
app.queue(concurrency_count=1, max_size=20, api_open=config.api).launch(share=config.colab)
|