Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,10 +4,10 @@ import sys
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
|
|
7 |
"Lykon/dreamshaper-xl-1-0",
|
8 |
"nerijs/pixel-art-xl",
|
9 |
"Linaqruf/animagine-xl",
|
10 |
-
"stabilityai/stable-diffusion-xl-base-1.0",
|
11 |
]
|
12 |
current_model = models[0]
|
13 |
|
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
+
"stabilityai/stable-diffusion-xl-base-1.0",
|
8 |
"Lykon/dreamshaper-xl-1-0",
|
9 |
"nerijs/pixel-art-xl",
|
10 |
"Linaqruf/animagine-xl",
|
|
|
11 |
]
|
12 |
current_model = models[0]
|
13 |
|