Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,8 @@ import sys
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
|
|
|
|
7 |
"Yntec/LeyLines",
|
8 |
"Yntec/OG",
|
9 |
"Yntec/Reanimate",
|
@@ -1136,6 +1138,8 @@ models2=[
|
|
1136 |
gr.Interface.load(f"models/{models[530]}",live=True,preprocess=False),
|
1137 |
|
1138 |
gr.Interface.load(f"models/{models[531]}",live=True,preprocess=False),
|
|
|
|
|
1139 |
|
1140 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
1141 |
|
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
+
"Yntec/Hassaku",
|
8 |
+
"digiplay/AM-mix1",
|
9 |
"Yntec/LeyLines",
|
10 |
"Yntec/OG",
|
11 |
"Yntec/Reanimate",
|
|
|
1138 |
gr.Interface.load(f"models/{models[530]}",live=True,preprocess=False),
|
1139 |
|
1140 |
gr.Interface.load(f"models/{models[531]}",live=True,preprocess=False),
|
1141 |
+
gr.Interface.load(f"models/{models[532]}",live=True,preprocess=False),
|
1142 |
+
gr.Interface.load(f"models/{models[533]}",live=True,preprocess=False),
|
1143 |
|
1144 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
1145 |
|