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/MapleSyrup",
|
| 8 |
"Yntec/WoopWoopRemix",
|
| 9 |
"Yntec/DreamLikeRemix",
|
|
@@ -856,7 +857,7 @@ models2=[
|
|
| 856 |
gr.Interface.load(f"models/{models[396]}",live=True,preprocess=False),
|
| 857 |
gr.Interface.load(f"models/{models[397]}",live=True,preprocess=False),
|
| 858 |
gr.Interface.load(f"models/{models[398]}",live=True,preprocess=False),
|
| 859 |
-
|
| 860 |
]
|
| 861 |
|
| 862 |
|
|
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
models = [
|
| 7 |
+
"Yntec/OpenLexica",
|
| 8 |
"Yntec/MapleSyrup",
|
| 9 |
"Yntec/WoopWoopRemix",
|
| 10 |
"Yntec/DreamLikeRemix",
|
|
|
|
| 857 |
gr.Interface.load(f"models/{models[396]}",live=True,preprocess=False),
|
| 858 |
gr.Interface.load(f"models/{models[397]}",live=True,preprocess=False),
|
| 859 |
gr.Interface.load(f"models/{models[398]}",live=True,preprocess=False),
|
| 860 |
+
gr.Interface.load(f"models/{models[399]}",live=True,preprocess=False),
|
| 861 |
]
|
| 862 |
|
| 863 |
|