Spaces:
Sleeping
Sleeping
Update chroma_gen/chroma/utility/chroma.py
Browse files
chroma_gen/chroma/utility/chroma.py
CHANGED
@@ -30,9 +30,7 @@ from chroma.layers.structure import backbone
|
|
30 |
def letter_to_point_cloud(
|
31 |
letter="G",
|
32 |
width_pixels=35,
|
33 |
-
font =
|
34 |
-
os.path.dirname(chroma_gen.__path__[0]), "./assets/LiberationSans-Regular.ttf"
|
35 |
-
),
|
36 |
depth_ratio=0.15,
|
37 |
fontsize_ratio=1.2,
|
38 |
stroke_width=1,
|
|
|
30 |
def letter_to_point_cloud(
|
31 |
letter="G",
|
32 |
width_pixels=35,
|
33 |
+
font = "LSR.ttf",
|
|
|
|
|
34 |
depth_ratio=0.15,
|
35 |
fontsize_ratio=1.2,
|
36 |
stroke_width=1,
|