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