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/DreamLikeRemix",
|
| 8 |
"Yntec/Toonify2",
|
| 9 |
"Yntec/ArcticFowl",
|
|
@@ -852,7 +853,7 @@ models2=[
|
|
| 852 |
gr.Interface.load(f"models/{models[394]}",live=True,preprocess=False),
|
| 853 |
gr.Interface.load(f"models/{models[395]}",live=True,preprocess=False),
|
| 854 |
gr.Interface.load(f"models/{models[396]}",live=True,preprocess=False),
|
| 855 |
-
|
| 856 |
#gr.Interface.load(f"models/{models[398]}",live=True,preprocess=False),
|
| 857 |
#gr.Interface.load(f"models/{models[399]}",live=True,preprocess=False),
|
| 858 |
]
|
|
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
models = [
|
| 7 |
+
"Yntec/WoopWoopRemix",
|
| 8 |
"Yntec/DreamLikeRemix",
|
| 9 |
"Yntec/Toonify2",
|
| 10 |
"Yntec/ArcticFowl",
|
|
|
|
| 853 |
gr.Interface.load(f"models/{models[394]}",live=True,preprocess=False),
|
| 854 |
gr.Interface.load(f"models/{models[395]}",live=True,preprocess=False),
|
| 855 |
gr.Interface.load(f"models/{models[396]}",live=True,preprocess=False),
|
| 856 |
+
gr.Interface.load(f"models/{models[397]}",live=True,preprocess=False),
|
| 857 |
#gr.Interface.load(f"models/{models[398]}",live=True,preprocess=False),
|
| 858 |
#gr.Interface.load(f"models/{models[399]}",live=True,preprocess=False),
|
| 859 |
]
|