Spaces:
Sleeping
Sleeping
Font Bug Fixes
Browse files
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
|