Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,6 +4,7 @@ import sys
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
models = [
|
|
|
|
| 7 |
"Yntec/MangledMerge3_768",
|
| 8 |
"Yntec/OpenNijiRemix",
|
| 9 |
"Linaqruf/animagine-xl",
|
|
@@ -868,6 +869,7 @@ models2=[
|
|
| 868 |
gr.Interface.load(f"models/{models[401]}",live=True,preprocess=False),
|
| 869 |
gr.Interface.load(f"models/{models[402]}",live=True,preprocess=False),
|
| 870 |
gr.Interface.load(f"models/{models[403]}",live=True,preprocess=False),
|
|
|
|
| 871 |
]
|
| 872 |
|
| 873 |
|
|
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
models = [
|
| 7 |
+
"Yntec/epicRealismVAE",
|
| 8 |
"Yntec/MangledMerge3_768",
|
| 9 |
"Yntec/OpenNijiRemix",
|
| 10 |
"Linaqruf/animagine-xl",
|
|
|
|
| 869 |
gr.Interface.load(f"models/{models[401]}",live=True,preprocess=False),
|
| 870 |
gr.Interface.load(f"models/{models[402]}",live=True,preprocess=False),
|
| 871 |
gr.Interface.load(f"models/{models[403]}",live=True,preprocess=False),
|
| 872 |
+
gr.Interface.load(f"models/{models[404]}",live=True,preprocess=False),
|
| 873 |
]
|
| 874 |
|
| 875 |
|