TenPoisk
commited on
Commit
·
95badb8
1
Parent(s):
aac22c7
Update sd-2-1.py
Browse files
sd-2-1.py
CHANGED
@@ -12,6 +12,9 @@ article = """
|
|
12 |
<p style='text-align: center'>
|
13 |
<a href='https://hf.co/CofAI' target='_blank'>CofAI Group</a>
|
14 |
</p>
|
|
|
|
|
|
|
15 |
"""
|
16 |
|
17 |
theme = gr.themes.Monochrome(
|
@@ -19,7 +22,7 @@ theme = gr.themes.Monochrome(
|
|
19 |
secondary_hue="blue",
|
20 |
neutral_hue="slate",
|
21 |
radius_size=gr.themes.sizes.radius_sm,
|
22 |
-
font=[gr.themes.GoogleFont("
|
23 |
)
|
24 |
|
25 |
gr.Interface.load("models/stabilityai/stable-diffusion-2-1", title=title, description=description, article=article, theme=theme).launch()
|
|
|
12 |
<p style='text-align: center'>
|
13 |
<a href='https://hf.co/CofAI' target='_blank'>CofAI Group</a>
|
14 |
</p>
|
15 |
+
<p style='text-align: right'>
|
16 |
+
<a href='https://hf.co/CofAI' target='_blank'>CofAI Group</a>
|
17 |
+
</p>
|
18 |
"""
|
19 |
|
20 |
theme = gr.themes.Monochrome(
|
|
|
22 |
secondary_hue="blue",
|
23 |
neutral_hue="slate",
|
24 |
radius_size=gr.themes.sizes.radius_sm,
|
25 |
+
font=[gr.themes.GoogleFont("Open Sans"), "ui-sans-serif", "system-ui", "sans-serif"],
|
26 |
)
|
27 |
|
28 |
gr.Interface.load("models/stabilityai/stable-diffusion-2-1", title=title, description=description, article=article, theme=theme).launch()
|