Yntec commited on
Commit
2773697
1 Parent(s): b961184

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- <br><h4>But after it's loaded each new image takes 20 seconds to generate!</h4></p>
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():