Yntec commited on
Commit
e46e062
1 Parent(s): 5be8d82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -45,6 +45,12 @@ with gr.Blocks(css=css) as myface:
45
  margin-bottom: 30px;
46
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 1) !important;
47
  }
 
 
 
 
 
 
48
  .gradio-container {
49
  color: #ffaa66 !important;
50
  background-color: #660099 !important;
@@ -58,7 +64,7 @@ with gr.Blocks(css=css) as myface:
58
  </div>
59
  <p style="margin-bottom: 10px; color: #ffaa66;">
60
  <h3>Top SDXLModels and 401 SD1.5 models for your enjoyment!</h3></p>
61
- <p style="margin-bottom: 10px; color: #ffffff; font-size: 98%">
62
  <br><h4>The first time you load a model it takes 200 seconds</h4>
63
  <br><h4>But after it loads each image takes 20 seconds to generate!</h4></p>
64
  </div>
 
45
  margin-bottom: 30px;
46
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 1) !important;
47
  }
48
+ h3 {
49
+ color: #ffaa66; !important;
50
+ }
51
+ h4 {
52
+ color: #ffffff; !important;
53
+ }
54
  .gradio-container {
55
  color: #ffaa66 !important;
56
  background-color: #660099 !important;
 
64
  </div>
65
  <p style="margin-bottom: 10px; color: #ffaa66;">
66
  <h3>Top SDXLModels and 401 SD1.5 models for your enjoyment!</h3></p>
67
+ <p style="margin-bottom: 10px; font-size: 98%">
68
  <br><h4>The first time you load a model it takes 200 seconds</h4>
69
  <br><h4>But after it loads each image takes 20 seconds to generate!</h4></p>
70
  </div>