jonathang commited on
Commit
54d8281
1 Parent(s): 3801e3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ openai.api_key = os.environ.get("OPENAI_KEY", None)
29
 
30
  animals = [x.strip() for x in open('animals.txt').readlines()]
31
  art_styles = [x.strip() for x in open('art_styles.txt').readlines()]
32
- font_path = hf_hub_download("ybelkada/fonts", "Arial.TTF")
33
 
34
 
35
  @cachetools.cached(cache={})
 
29
 
30
  animals = [x.strip() for x in open('animals.txt').readlines()]
31
  art_styles = [x.strip() for x in open('art_styles.txt').readlines()]
32
+ font_path = hf_hub_download("jonathang/fonts-ttf", "Vogue.ttf")
33
 
34
 
35
  @cachetools.cached(cache={})