Surn commited on
Commit
6542012
·
1 Parent(s): 8066b9a

Font Bug Fixes

Browse files
Files changed (1) hide show
  1. audiocraft/utils/extend.py +1 -0
audiocraft/utils/extend.py CHANGED
@@ -370,6 +370,7 @@ def add_settings_to_image(title: str = "title", description: str = "", width: in
370
 
371
  #Convert font color to RGBA tuple
372
  font_color = hex_to_rgba(font_color)
 
373
 
374
  # Calculate the center coordinates for placing the text
375
  text_x = width // 2
 
370
 
371
  #Convert font color to RGBA tuple
372
  font_color = hex_to_rgba(font_color)
373
+ print(f"Font Color: {font_color}\n")
374
 
375
  # Calculate the center coordinates for placing the text
376
  text_x = width // 2