Yntec commited on
Commit
6bcc79a
1 Parent(s): 9ef05da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -4,7 +4,7 @@ import sys
4
  from pathlib import Path
5
 
6
  models = [
7
- "Yntec/RainbowClassicAnime",
8
  "dreamlike-art/dreamlike-anime-1.0",
9
  "dreamlike-art/dreamlike-photoreal-2.0",
10
  "DucHaiten/DucHaitenAnime",
@@ -701,8 +701,8 @@ with gr.Blocks(css=css) as myface:
701
  with gr.Tab("Title"):
702
  gr.HTML(""" <title>Minimum Multiplier</title><div style="text-align: center; max-width: 1500px; margin: 0 auto;">
703
  <h1>Fill the Textbox at the top and click Generate Image</h1>
704
- <br><h4>The first time you load a model it takes 160 seconds</h4>
705
- <br><h4>But after it loads each image takes 10 seconds to generate!</h4>
706
 
707
  """)
708
 
 
4
  from pathlib import Path
5
 
6
  models = [
7
+ "Yntec/RainbowDreams",
8
  "dreamlike-art/dreamlike-anime-1.0",
9
  "dreamlike-art/dreamlike-photoreal-2.0",
10
  "DucHaiten/DucHaitenAnime",
 
701
  with gr.Tab("Title"):
702
  gr.HTML(""" <title>Minimum Multiplier</title><div style="text-align: center; max-width: 1500px; margin: 0 auto;">
703
  <h1>Fill the Textbox at the top and click Generate Image</h1>
704
+ <br><h4>The first time you load a model it takes 200 seconds</h4>
705
+ <br><h4>But after it loads each image takes 20 seconds to generate!</h4>
706
 
707
  """)
708