Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import sys
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
models = [
|
| 7 |
-
"
|
| 8 |
"Yntec/Hassanim/",
|
| 9 |
"Yntec/GoldenEra",
|
| 10 |
"Yntec/3DCuteWave",
|
|
@@ -42,6 +42,7 @@ models = [
|
|
| 42 |
"Yntec/MangledMerge3_768",
|
| 43 |
"Yntec/OpenLexica",
|
| 44 |
"Yntec/DreamLikeRemix",
|
|
|
|
| 45 |
"Linaqruf/animagine-xl",
|
| 46 |
"nerijs/pixel-art-xl",
|
| 47 |
"Yntec/MapleSyrup",
|
|
@@ -951,6 +952,7 @@ models2=[
|
|
| 951 |
gr.Interface.load(f"models/{models[441]}",live=True,preprocess=False),
|
| 952 |
gr.Interface.load(f"models/{models[442]}",live=True,preprocess=False),
|
| 953 |
gr.Interface.load(f"models/{models[443]}",live=True,preprocess=False),
|
|
|
|
| 954 |
]
|
| 955 |
|
| 956 |
|
|
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
models = [
|
| 7 |
+
"Yntec/AmovieX",
|
| 8 |
"Yntec/Hassanim/",
|
| 9 |
"Yntec/GoldenEra",
|
| 10 |
"Yntec/3DCuteWave",
|
|
|
|
| 42 |
"Yntec/MangledMerge3_768",
|
| 43 |
"Yntec/OpenLexica",
|
| 44 |
"Yntec/DreamLikeRemix",
|
| 45 |
+
"digiplay/FishMix_v1",
|
| 46 |
"Linaqruf/animagine-xl",
|
| 47 |
"nerijs/pixel-art-xl",
|
| 48 |
"Yntec/MapleSyrup",
|
|
|
|
| 952 |
gr.Interface.load(f"models/{models[441]}",live=True,preprocess=False),
|
| 953 |
gr.Interface.load(f"models/{models[442]}",live=True,preprocess=False),
|
| 954 |
gr.Interface.load(f"models/{models[443]}",live=True,preprocess=False),
|
| 955 |
+
gr.Interface.load(f"models/{models[444]}",live=True,preprocess=False),
|
| 956 |
]
|
| 957 |
|
| 958 |
|