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/animeTWO",
|
8 |
"Yntec/BeenYou",
|
9 |
"Yntec/LehinaModel",
|
@@ -971,6 +972,7 @@ models2=[
|
|
971 |
gr.Interface.load(f"models/{models[450]}",live=True,preprocess=False),
|
972 |
gr.Interface.load(f"models/{models[451]}",live=True,preprocess=False),
|
973 |
gr.Interface.load(f"models/{models[452]}",live=True,preprocess=False),
|
|
|
974 |
]
|
975 |
|
976 |
|
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
+
"Yntec/elldrethsImagination",
|
8 |
"Yntec/animeTWO",
|
9 |
"Yntec/BeenYou",
|
10 |
"Yntec/LehinaModel",
|
|
|
972 |
gr.Interface.load(f"models/{models[450]}",live=True,preprocess=False),
|
973 |
gr.Interface.load(f"models/{models[451]}",live=True,preprocess=False),
|
974 |
gr.Interface.load(f"models/{models[452]}",live=True,preprocess=False),
|
975 |
+
gr.Interface.load(f"models/{models[453]}",live=True,preprocess=False),
|
976 |
]
|
977 |
|
978 |
|