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/3DKXv11",
|
8 |
"Yntec/Cute",
|
9 |
"Yntec/DreamFulV2",
|
@@ -1058,6 +1059,7 @@ models2=[
|
|
1058 |
gr.Interface.load(f"models/{models[492]}",live=True,preprocess=False),
|
1059 |
gr.Interface.load(f"models/{models[493]}",live=True,preprocess=False),
|
1060 |
gr.Interface.load(f"models/{models[494]}",live=True,preprocess=False),
|
|
|
1061 |
]
|
1062 |
|
1063 |
|
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
+
"Yntec/3DKX2",
|
8 |
"Yntec/3DKXv11",
|
9 |
"Yntec/Cute",
|
10 |
"Yntec/DreamFulV2",
|
|
|
1059 |
gr.Interface.load(f"models/{models[492]}",live=True,preprocess=False),
|
1060 |
gr.Interface.load(f"models/{models[493]}",live=True,preprocess=False),
|
1061 |
gr.Interface.load(f"models/{models[494]}",live=True,preprocess=False),
|
1062 |
+
gr.Interface.load(f"models/{models[495]}",live=True,preprocess=False),
|
1063 |
]
|
1064 |
|
1065 |
|