Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -208,7 +208,12 @@ def generate(
|
|
208 |
output_type="pil",
|
209 |
).images[0]
|
210 |
|
211 |
-
|
|
|
|
|
|
|
|
|
|
|
212 |
gr.HTML()
|
213 |
gr.Markdown("""# Squaad AI π§
|
214 |
### Run Stable Diffusion for free, in seconds
|
|
|
208 |
output_type="pil",
|
209 |
).images[0]
|
210 |
|
211 |
+
theme = gr.themes.Monochrome(
|
212 |
+
text_size=gr.themes.Size(lg="18px", md="15px", sm="13px", xl="22px", xs="12px", xxl="24px", xxs="9px"),
|
213 |
+
font=[gr.themes.GoogleFont('Source Sans Pro'), 'ui-sans-serif', 'system-ui', 'sans-serif'],
|
214 |
+
)
|
215 |
+
|
216 |
+
with gr.Blocks(theme=theme, css="style.css") as demo:
|
217 |
gr.HTML()
|
218 |
gr.Markdown("""# Squaad AI π§
|
219 |
### Run Stable Diffusion for free, in seconds
|