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/DucHaitenNiji",
|
8 |
"Yntec/NaughtyChildren",
|
9 |
"Yntec/edgeOfRealism",
|
@@ -1008,6 +1009,7 @@ models2=[
|
|
1008 |
gr.Interface.load(f"models/{models[469]}",live=True,preprocess=False),
|
1009 |
|
1010 |
gr.Interface.load(f"models/{models[470]}",live=True,preprocess=False),
|
|
|
1011 |
]
|
1012 |
|
1013 |
|
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
+
"Yntec/elldrethSLucidMix",
|
8 |
"Yntec/DucHaitenNiji",
|
9 |
"Yntec/NaughtyChildren",
|
10 |
"Yntec/edgeOfRealism",
|
|
|
1009 |
gr.Interface.load(f"models/{models[469]}",live=True,preprocess=False),
|
1010 |
|
1011 |
gr.Interface.load(f"models/{models[470]}",live=True,preprocess=False),
|
1012 |
+
gr.Interface.load(f"models/{models[471]}",live=True,preprocess=False),
|
1013 |
]
|
1014 |
|
1015 |
|