Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,6 +4,7 @@ import sys
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
models = [
|
|
|
|
| 7 |
"Yntec/epiCVision",
|
| 8 |
"Yntec/realistic-vision-v12",
|
| 9 |
"Yntec/epiCRealismVAE",
|
|
@@ -876,6 +877,7 @@ models2=[
|
|
| 876 |
gr.Interface.load(f"models/{models[405]}",live=True,preprocess=False),
|
| 877 |
gr.Interface.load(f"models/{models[406]}",live=True,preprocess=False),
|
| 878 |
gr.Interface.load(f"models/{models[407]}",live=True,preprocess=False),
|
|
|
|
| 879 |
]
|
| 880 |
|
| 881 |
|
|
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
models = [
|
| 7 |
+
"Yntec/DeliberateRemix",
|
| 8 |
"Yntec/epiCVision",
|
| 9 |
"Yntec/realistic-vision-v12",
|
| 10 |
"Yntec/epiCRealismVAE",
|
|
|
|
| 877 |
gr.Interface.load(f"models/{models[405]}",live=True,preprocess=False),
|
| 878 |
gr.Interface.load(f"models/{models[406]}",live=True,preprocess=False),
|
| 879 |
gr.Interface.load(f"models/{models[407]}",live=True,preprocess=False),
|
| 880 |
+
gr.Interface.load(f"models/{models[408]}",live=True,preprocess=False),
|
| 881 |
]
|
| 882 |
|
| 883 |
|