Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
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={})
|