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/dosmixVAE",
|
| 8 |
"Yntec/elldrethSLucidMix", #600
|
| 9 |
"Yntec/DucHaitenNiji", #1K
|
|
@@ -1012,6 +1013,7 @@ models2=[
|
|
| 1012 |
gr.Interface.load(f"models/{models[470]}",live=True,preprocess=False),
|
| 1013 |
gr.Interface.load(f"models/{models[471]}",live=True,preprocess=False),
|
| 1014 |
gr.Interface.load(f"models/{models[472]}",live=True,preprocess=False),
|
|
|
|
| 1015 |
]
|
| 1016 |
|
| 1017 |
|
|
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
models = [
|
| 7 |
+
"Yntec/nuipenimix2",
|
| 8 |
"Yntec/dosmixVAE",
|
| 9 |
"Yntec/elldrethSLucidMix", #600
|
| 10 |
"Yntec/DucHaitenNiji", #1K
|
|
|
|
| 1013 |
gr.Interface.load(f"models/{models[470]}",live=True,preprocess=False),
|
| 1014 |
gr.Interface.load(f"models/{models[471]}",live=True,preprocess=False),
|
| 1015 |
gr.Interface.load(f"models/{models[472]}",live=True,preprocess=False),
|
| 1016 |
+
gr.Interface.load(f"models/{models[473]}",live=True,preprocess=False),
|
| 1017 |
]
|
| 1018 |
|
| 1019 |
|