Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,8 +4,8 @@ import sys
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
-
"Linaqruf/animagine-xl",
|
8 |
"nerijs/pixel-art-xl",
|
|
|
9 |
"stabilityai/stable-diffusion-xl-base-1.0",
|
10 |
]
|
11 |
current_model = models[0]
|
@@ -79,7 +79,7 @@ with gr.Blocks(css=css) as myface:
|
|
79 |
<h3>SDXL Models models for your enjoyment!</h3></p>
|
80 |
<p style="margin-bottom: 10px; font-size: 98%">
|
81 |
<br><h4>The first time you load a model it takes 200 seconds</h4>
|
82 |
-
|
83 |
</div>
|
84 |
""")
|
85 |
with gr.Row():
|
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
|
|
7 |
"nerijs/pixel-art-xl",
|
8 |
+
"Linaqruf/animagine-xl",
|
9 |
"stabilityai/stable-diffusion-xl-base-1.0",
|
10 |
]
|
11 |
current_model = models[0]
|
|
|
79 |
<h3>SDXL Models models for your enjoyment!</h3></p>
|
80 |
<p style="margin-bottom: 10px; font-size: 98%">
|
81 |
<br><h4>The first time you load a model it takes 200 seconds</h4>
|
82 |
+
https://huggingface.co/spaces/Yntec/ToyWorld</p>
|
83 |
</div>
|
84 |
""")
|
85 |
with gr.Row():
|