Spaces:
Building
Building
Update main.py
Browse files
main.py
CHANGED
@@ -22,7 +22,7 @@ if BASE_IMAGE.mode != "RGBA":
|
|
22 |
BASE_IMAGE = BASE_IMAGE.convert("RGBA")
|
23 |
MPLUS_FONT = ImageFont.truetype("fonts/MPLUSRounded1c-Regular.ttf", size=16)
|
24 |
MPLUS_FONTBOLD = ImageFont.truetype("fonts/MPLUSRounded1c-Bold.ttf", size=16)
|
25 |
-
# BRAND = "
|
26 |
# print(MPLUS_FONT.get_variation_names())
|
27 |
BRAND = "http://s.id/MaiSakurajima"
|
28 |
|
|
|
22 |
BASE_IMAGE = BASE_IMAGE.convert("RGBA")
|
23 |
MPLUS_FONT = ImageFont.truetype("fonts/MPLUSRounded1c-Regular.ttf", size=16)
|
24 |
MPLUS_FONTBOLD = ImageFont.truetype("fonts/MPLUSRounded1c-Bold.ttf", size=16)
|
25 |
+
# BRAND = "http://hisoka.net\nhttp://s.id/MaiSakurajima"
|
26 |
# print(MPLUS_FONT.get_variation_names())
|
27 |
BRAND = "http://s.id/MaiSakurajima"
|
28 |
|