Hukuna commited on
Commit
8498110
·
verified ·
1 Parent(s): 90a3e9a

Update chroma/chroma/utility/chroma.py

Browse files
Files changed (1) hide show
  1. chroma/chroma/utility/chroma.py +1 -1
chroma/chroma/utility/chroma.py CHANGED
@@ -31,7 +31,7 @@ def letter_to_point_cloud(
31
  letter="G",
32
  width_pixels=35,
33
  font = os.path.join(
34
- os.path.dirname(chroma.__path__[0]), "./assets/LiberationSans-Regular.ttf"
35
  ),
36
  depth_ratio=0.15,
37
  fontsize_ratio=1.2,
 
31
  letter="G",
32
  width_pixels=35,
33
  font = os.path.join(
34
+ os.path.dirname(chroma.__path__[0]), "assets/LiberationSans-Regular.ttf"
35
  ),
36
  depth_ratio=0.15,
37
  fontsize_ratio=1.2,