Spaces:
Paused
Paused
Commit
·
d813f96
1
Parent(s):
3da6a99
moer easter
Browse files- resources/init.png +2 -2
- webui.py +2 -2
resources/init.png
CHANGED
![]() |
Git LFS Details
|
![]() |
Git LFS Details
|
webui.py
CHANGED
@@ -9,7 +9,7 @@ from modules.sdxl_styles import style_keys, aspect_ratios
|
|
9 |
|
10 |
QM_LOGO = Image.open("resources/qm_logo.png")
|
11 |
QM_COLOR = Color(name="qm", c50="#effaed",c100="#def5db",c200="#64b445",c300="#c6eec0",c400="#b9ebb3",c500="#64b445",c600="#55993b",c700="#467e30",c800="#325a23",c900="#233f18",c950="#192d11")
|
12 |
-
PROMPT_EXAMPLES = ["A
|
13 |
"A bunny delivering Easter eggs in a hot air balloon",
|
14 |
"A magical Easter castle with towers made of chocolate and candy"]
|
15 |
EXAMPLE_GREETINGS = [
|
@@ -97,7 +97,7 @@ def verify_latest_overlay(image, toggle_greet, greet, greet_active):
|
|
97 |
else:
|
98 |
return gr.Image(), gr.Textbox()
|
99 |
|
100 |
-
shared.gradio_root = gr.Blocks(title='QualityMinds AI
|
101 |
with shared.gradio_root:
|
102 |
gr.Markdown(
|
103 |
"""
|
|
|
9 |
|
10 |
QM_LOGO = Image.open("resources/qm_logo.png")
|
11 |
QM_COLOR = Color(name="qm", c50="#effaed",c100="#def5db",c200="#64b445",c300="#c6eec0",c400="#b9ebb3",c500="#64b445",c600="#55993b",c700="#467e30",c800="#325a23",c900="#233f18",c950="#192d11")
|
12 |
+
PROMPT_EXAMPLES = ["A family of bunnies flying kites on a sunny Easter afternoon",
|
13 |
"A bunny delivering Easter eggs in a hot air balloon",
|
14 |
"A magical Easter castle with towers made of chocolate and candy"]
|
15 |
EXAMPLE_GREETINGS = [
|
|
|
97 |
else:
|
98 |
return gr.Image(), gr.Textbox()
|
99 |
|
100 |
+
shared.gradio_root = gr.Blocks(title='QualityMinds AI Easter Card Maker', css=modules.html.css, theme=gr.themes.Default(primary_hue=QM_COLOR))
|
101 |
with shared.gradio_root:
|
102 |
gr.Markdown(
|
103 |
"""
|