Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,6 +4,7 @@ import sys
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
models = [
|
|
|
|
| 7 |
"Yntec/DreamWorld",
|
| 8 |
"Yntec/BrandiMilne",
|
| 9 |
"Yntec/Lyriel", #1K
|
|
@@ -1071,6 +1072,7 @@ models2=[
|
|
| 1071 |
gr.Interface.load(f"models/{models[499]}",live=True,preprocess=False),
|
| 1072 |
|
| 1073 |
gr.Interface.load(f"models/{models[500]}",live=True,preprocess=False),
|
|
|
|
| 1074 |
]
|
| 1075 |
|
| 1076 |
|
|
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
models = [
|
| 7 |
+
"Yntec/EstheticRetroAnime",
|
| 8 |
"Yntec/DreamWorld",
|
| 9 |
"Yntec/BrandiMilne",
|
| 10 |
"Yntec/Lyriel", #1K
|
|
|
|
| 1072 |
gr.Interface.load(f"models/{models[499]}",live=True,preprocess=False),
|
| 1073 |
|
| 1074 |
gr.Interface.load(f"models/{models[500]}",live=True,preprocess=False),
|
| 1075 |
+
gr.Interface.load(f"models/{models[501]}",live=True,preprocess=False),
|
| 1076 |
]
|
| 1077 |
|
| 1078 |
|