Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -88,9 +88,11 @@ class MPGPoster(Default):
|
|
88 |
font=font,
|
89 |
font_mono=font_mono,
|
90 |
)
|
91 |
-
|
92 |
mpg_poster = MPGPoster()
|
93 |
|
|
|
|
|
94 |
auth_token = os.environ['HF_TOKEN']
|
95 |
|
96 |
# Load the tokenizer and models for the first pipeline
|
|
|
88 |
font=font,
|
89 |
font_mono=font_mono,
|
90 |
)
|
91 |
+
|
92 |
mpg_poster = MPGPoster()
|
93 |
|
94 |
+
"""
|
95 |
+
|
96 |
auth_token = os.environ['HF_TOKEN']
|
97 |
|
98 |
# Load the tokenizer and models for the first pipeline
|