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/ClassicEra",
|
8 |
"Yntec/GoodLife",
|
9 |
"Yntec/DucHaiten-GoldenLife",
|
@@ -939,6 +940,7 @@ models2=[
|
|
939 |
gr.Interface.load(f"models/{models[435]}",live=True,preprocess=False),
|
940 |
gr.Interface.load(f"models/{models[436]}",live=True,preprocess=False),
|
941 |
gr.Interface.load(f"models/{models[437]}",live=True,preprocess=False),
|
|
|
942 |
]
|
943 |
|
944 |
|
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
+
"Yntec/lamettaNightly",
|
8 |
"Yntec/ClassicEra",
|
9 |
"Yntec/GoodLife",
|
10 |
"Yntec/DucHaiten-GoldenLife",
|
|
|
940 |
gr.Interface.load(f"models/{models[435]}",live=True,preprocess=False),
|
941 |
gr.Interface.load(f"models/{models[436]}",live=True,preprocess=False),
|
942 |
gr.Interface.load(f"models/{models[437]}",live=True,preprocess=False),
|
943 |
+
gr.Interface.load(f"models/{models[438]}",live=True,preprocess=False),
|
944 |
]
|
945 |
|
946 |
|