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/RadiantCinemagic",
|
| 8 |
"Yntec/RadiantVibes",
|
| 9 |
"Yntec/OpenGenDiffusers",
|
|
@@ -894,6 +895,8 @@ models2=[
|
|
| 894 |
gr.Interface.load(f"models/{models[413]}",live=True,preprocess=False),
|
| 895 |
gr.Interface.load(f"models/{models[414]}",live=True,preprocess=False),
|
| 896 |
gr.Interface.load(f"models/{models[415]}",live=True,preprocess=False),
|
|
|
|
|
|
|
| 897 |
]
|
| 898 |
|
| 899 |
|
|
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
models = [
|
| 7 |
+
"Yntec/Cetus",
|
| 8 |
"Yntec/RadiantCinemagic",
|
| 9 |
"Yntec/RadiantVibes",
|
| 10 |
"Yntec/OpenGenDiffusers",
|
|
|
|
| 895 |
gr.Interface.load(f"models/{models[413]}",live=True,preprocess=False),
|
| 896 |
gr.Interface.load(f"models/{models[414]}",live=True,preprocess=False),
|
| 897 |
gr.Interface.load(f"models/{models[415]}",live=True,preprocess=False),
|
| 898 |
+
gr.Interface.load(f"models/{models[416]}",live=True,preprocess=False),
|
| 899 |
+
gr.Interface.load(f"models/{models[417]}",live=True,preprocess=False),
|
| 900 |
]
|
| 901 |
|
| 902 |
|