Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import sys
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
|
|
7 |
"Yntec/Splash",
|
8 |
"Yntec/animeSEXTILLION/",
|
9 |
"Yntec/animeTEN",
|
@@ -994,6 +995,7 @@ models2=[
|
|
994 |
gr.Interface.load(f"models/{models[461]}",live=True,preprocess=False),
|
995 |
gr.Interface.load(f"models/{models[462]}",live=True,preprocess=False),
|
996 |
gr.Interface.load(f"models/{models[463]}",live=True,preprocess=False),
|
|
|
997 |
]
|
998 |
|
999 |
|
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
+
"Yntec/Citrus",
|
8 |
"Yntec/Splash",
|
9 |
"Yntec/animeSEXTILLION/",
|
10 |
"Yntec/animeTEN",
|
|
|
995 |
gr.Interface.load(f"models/{models[461]}",live=True,preprocess=False),
|
996 |
gr.Interface.load(f"models/{models[462]}",live=True,preprocess=False),
|
997 |
gr.Interface.load(f"models/{models[463]}",live=True,preprocess=False),
|
998 |
+
gr.Interface.load(f"models/{models[465]}",live=True,preprocess=False),
|
999 |
]
|
1000 |
|
1001 |
|