Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -47,10 +47,10 @@ with gr.Blocks(css=css) as myface:
|
|
47 |
margin-bottom: 30px;
|
48 |
text-shadow: 3px 3px 0 rgba(0, 0, 0, 1) !important;
|
49 |
}
|
50 |
-
|
51 |
color: #ffaa66; !important;
|
52 |
}
|
53 |
-
|
54 |
color: #ffffff; !important;
|
55 |
}
|
56 |
.gradio-container {
|
@@ -78,7 +78,7 @@ with gr.Blocks(css=css) as myface:
|
|
78 |
<p style="margin-bottom: 10px; color: #ffaa66;">
|
79 |
<h3>SDXL Models models for your enjoyment!</h3></p>
|
80 |
<p style="margin-bottom: 10px; font-size: 98%">
|
81 |
-
<br><h4><a href="https://huggingface.co/spaces/Yntec/ToyWorld"><u><b><p
|
82 |
</div>
|
83 |
""")
|
84 |
with gr.Row():
|
|
|
47 |
margin-bottom: 30px;
|
48 |
text-shadow: 3px 3px 0 rgba(0, 0, 0, 1) !important;
|
49 |
}
|
50 |
+
h4 {
|
51 |
color: #ffaa66; !important;
|
52 |
}
|
53 |
+
h3 {
|
54 |
color: #ffffff; !important;
|
55 |
}
|
56 |
.gradio-container {
|
|
|
78 |
<p style="margin-bottom: 10px; color: #ffaa66;">
|
79 |
<h3>SDXL Models models for your enjoyment!</h3></p>
|
80 |
<p style="margin-bottom: 10px; font-size: 98%">
|
81 |
+
<br><h4><a href="https://huggingface.co/spaces/Yntec/ToyWorld"><u><b><p>Try out more than 420 Stable Diffusion models at Toy World by clicking here!</p></b></u></a></h4></p>
|
82 |
</div>
|
83 |
""")
|
84 |
with gr.Row():
|