Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
AlGe/PosterDemo
AlGe
/
PosterDemoSequenceClassificationBinary
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AlGe
commited on
Jun 15, 2024
Commit
e9d9124
·
verified
·
1 Parent(s):
8b13518
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -92,6 +92,7 @@ class MPGPoster(Default):
92
mpg_poster = MPGPoster()
93
94
"""
95
96
auth_token = os.environ['HF_TOKEN']
97
92
mpg_poster = MPGPoster()
93
94
"""
95
+
monochrome = Monochrome()
96
97
auth_token = os.environ['HF_TOKEN']
98