Spaces:
Running
Running
GeneralGost
commited on
Commit
•
796ced6
1
Parent(s):
fbf55e5
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ Demo for the WaifuDiffusion tagger models
|
|
15 |
Example image by [ほし☆☆☆](https://www.pixiv.net/en/users/43565085)
|
16 |
"""
|
17 |
|
18 |
-
|
19 |
|
20 |
# Dataset v3 series of models:
|
21 |
SWINV2_MODEL_DSV3_REPO = "SmilingWolf/wd-swinv2-tagger-v3"
|
|
|
15 |
Example image by [ほし☆☆☆](https://www.pixiv.net/en/users/43565085)
|
16 |
"""
|
17 |
|
18 |
+
HF_TOKEN = os.environ["HF_TOKEN"]
|
19 |
|
20 |
# Dataset v3 series of models:
|
21 |
SWINV2_MODEL_DSV3_REPO = "SmilingWolf/wd-swinv2-tagger-v3"
|