Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,6 +4,8 @@ import sys
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
models = [
|
|
|
|
|
|
|
| 7 |
"Yntec/Hassaku",
|
| 8 |
"digiplay/AM-mix1",
|
| 9 |
"Yntec/LeyLines",
|
|
@@ -1140,6 +1142,8 @@ models2=[
|
|
| 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 |
|
|
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
models = [
|
| 7 |
+
"Yntec/SCMix",
|
| 8 |
+
"digiplay/MeinaMix_v11",
|
| 9 |
"Yntec/Hassaku",
|
| 10 |
"digiplay/AM-mix1",
|
| 11 |
"Yntec/LeyLines",
|
|
|
|
| 1142 |
gr.Interface.load(f"models/{models[531]}",live=True,preprocess=False),
|
| 1143 |
gr.Interface.load(f"models/{models[532]}",live=True,preprocess=False),
|
| 1144 |
gr.Interface.load(f"models/{models[533]}",live=True,preprocess=False),
|
| 1145 |
+
gr.Interface.load(f"models/{models[534]}",live=True,preprocess=False),
|
| 1146 |
+
gr.Interface.load(f"models/{models[535]}",live=True,preprocess=False),
|
| 1147 |
|
| 1148 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
| 1149 |
|