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 |
"circulus/sd-photoreal-v2.7",
|
| 8 |
"circulus/sd-photoreal-photo-v2",
|
| 9 |
"circulus/sd-anireal-v2.5",
|
|
@@ -247,6 +248,7 @@ models2=[
|
|
| 247 |
gr.Interface.load(f"models/{models[112]}",live=True,preprocess=False),
|
| 248 |
gr.Interface.load(f"models/{models[113]}",live=True,preprocess=False),
|
| 249 |
gr.Interface.load(f"models/{models[114]}",live=True,preprocess=False),
|
|
|
|
| 250 |
|
| 251 |
]
|
| 252 |
|
|
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
models = [
|
| 7 |
+
"circulus/sd-anireal-2d-v2",
|
| 8 |
"circulus/sd-photoreal-v2.7",
|
| 9 |
"circulus/sd-photoreal-photo-v2",
|
| 10 |
"circulus/sd-anireal-v2.5",
|
|
|
|
| 248 |
gr.Interface.load(f"models/{models[112]}",live=True,preprocess=False),
|
| 249 |
gr.Interface.load(f"models/{models[113]}",live=True,preprocess=False),
|
| 250 |
gr.Interface.load(f"models/{models[114]}",live=True,preprocess=False),
|
| 251 |
+
gr.Interface.load(f"models/{models[115]}",live=True,preprocess=False),
|
| 252 |
|
| 253 |
]
|
| 254 |
|