AlGe commited on
Commit
8b13518
·
verified ·
1 Parent(s): 9805df0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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