Skip to content

Commit ee5363a

Browse files
committed
Font Bug Fixes
1 parent e4373c1 commit ee5363a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

audiocraft/utils/extend.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ def add_settings_to_image(title: str = "title", description: str = "", width: in
370370

371371
#Convert font color to RGBA tuple
372372
font_color = hex_to_rgba(font_color)
373+
print(f"Font Color: {font_color}\n")
373374

374375
# Calculate the center coordinates for placing the text
375376
text_x = width // 2

0 commit comments

Comments
 (0)