Yntec commited on
Commit
76d345c
1 Parent(s): ee74a46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1106,8 +1106,8 @@ with gr.Blocks(css=css) as myface:
1106
  <p style="margin-bottom: 9px; color: #ffaa66;">
1107
  <h3>Fast Diffusion - 480 Stable Diffusion models, but why? For your enjoyment!</h3></p>
1108
  <p style="margin-bottom: 9px; font-size: 98%">
1109
- <br><h4>The first time you load a model it takes less than a minute. But after it's loaded each new image takes 20 seconds to generate!</h4></p>
1110
- <p style="margin-bottom: 9px;">
1111
  <br>If you get <span style="color: #ff0000;">ERROR</span> it's because that model ran out of memory, try again, or wait a minute and try again, have fun!</p>
1112
  </div>
1113
  """)
 
1106
  <p style="margin-bottom: 9px; color: #ffaa66;">
1107
  <h3>Fast Diffusion - 480 Stable Diffusion models, but why? For your enjoyment!</h3></p>
1108
  <p style="margin-bottom: 9px; font-size: 98%">
1109
+ <br><h4>If a model is loaded each new image takes 20 seconds to generate!</h4></p>
1110
+ <p style="margin-bottom: 9px; color: #ffffff;">
1111
  <br>If you get <span style="color: #ff0000;">ERROR</span> it's because that model ran out of memory, try again, or wait a minute and try again, have fun!</p>
1112
  </div>
1113
  """)