Update app.py
Browse filesremove custom colors
app.py
CHANGED
@@ -75,7 +75,7 @@ class MPGPoster(Default):
|
|
75 |
secondary_dark_hue = MPGPoster.create_color_shades("#6ad5bc") #006c66
|
76 |
#secondary_light_hue = MPGPoster.create_color_shades("#fbf22c") #6ad5bc
|
77 |
#tertiary_highlight_hue = MPGPoster.create_color_shades("#6ad5bc") #fbf22c
|
78 |
-
|
79 |
super().__init__(
|
80 |
primary_hue=primary_hue,
|
81 |
secondary_hue=secondary_dark_hue,
|
@@ -86,7 +86,7 @@ class MPGPoster(Default):
|
|
86 |
font=font,
|
87 |
font_mono=font_mono,
|
88 |
)
|
89 |
-
|
90 |
mpg_poster = MPGPoster()
|
91 |
|
92 |
auth_token = os.environ['HF_TOKEN']
|
|
|
75 |
secondary_dark_hue = MPGPoster.create_color_shades("#6ad5bc") #006c66
|
76 |
#secondary_light_hue = MPGPoster.create_color_shades("#fbf22c") #6ad5bc
|
77 |
#tertiary_highlight_hue = MPGPoster.create_color_shades("#6ad5bc") #fbf22c
|
78 |
+
"""
|
79 |
super().__init__(
|
80 |
primary_hue=primary_hue,
|
81 |
secondary_hue=secondary_dark_hue,
|
|
|
86 |
font=font,
|
87 |
font_mono=font_mono,
|
88 |
)
|
89 |
+
"""
|
90 |
mpg_poster = MPGPoster()
|
91 |
|
92 |
auth_token = os.environ['HF_TOKEN']
|