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/CetusRemix",
|
| 8 |
"Yntec/Cetus",
|
| 9 |
"Yntec/RadiantCinemagic",
|
|
@@ -899,6 +900,7 @@ models2=[
|
|
| 899 |
gr.Interface.load(f"models/{models[416]}",live=True,preprocess=False),
|
| 900 |
gr.Interface.load(f"models/{models[417]}",live=True,preprocess=False),
|
| 901 |
gr.Interface.load(f"models/{models[418]}",live=True,preprocess=False),
|
|
|
|
| 902 |
]
|
| 903 |
|
| 904 |
|
|
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
models = [
|
| 7 |
+
"Yntec/REV",
|
| 8 |
"Yntec/CetusRemix",
|
| 9 |
"Yntec/Cetus",
|
| 10 |
"Yntec/RadiantCinemagic",
|
|
|
|
| 900 |
gr.Interface.load(f"models/{models[416]}",live=True,preprocess=False),
|
| 901 |
gr.Interface.load(f"models/{models[417]}",live=True,preprocess=False),
|
| 902 |
gr.Interface.load(f"models/{models[418]}",live=True,preprocess=False),
|
| 903 |
+
gr.Interface.load(f"models/{models[419]}",live=True,preprocess=False),
|
| 904 |
]
|
| 905 |
|
| 906 |
|