Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,6 +4,7 @@ import sys
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
models = [
|
|
|
|
| 7 |
"claudfuen/photorealistic-fuen-v1",
|
| 8 |
"prompthero/funko-diffusion",
|
| 9 |
"prompthero/midjourney-v4-diffusion",
|
|
@@ -265,6 +266,7 @@ models2=[
|
|
| 265 |
gr.Interface.load(f"models/{models[121]}",live=True,preprocess=False),
|
| 266 |
gr.Interface.load(f"models/{models[122]}",live=True,preprocess=False),
|
| 267 |
gr.Interface.load(f"models/{models[123]}",live=True,preprocess=False),
|
|
|
|
| 268 |
]
|
| 269 |
|
| 270 |
|
|
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
models = [
|
| 7 |
+
"SG161222/Realistic_Vision_V1.4",
|
| 8 |
"claudfuen/photorealistic-fuen-v1",
|
| 9 |
"prompthero/funko-diffusion",
|
| 10 |
"prompthero/midjourney-v4-diffusion",
|
|
|
|
| 266 |
gr.Interface.load(f"models/{models[121]}",live=True,preprocess=False),
|
| 267 |
gr.Interface.load(f"models/{models[122]}",live=True,preprocess=False),
|
| 268 |
gr.Interface.load(f"models/{models[123]}",live=True,preprocess=False),
|
| 269 |
+
gr.Interface.load(f"models/{models[124]}",live=True,preprocess=False),
|
| 270 |
]
|
| 271 |
|
| 272 |
|