Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,12 +8,10 @@ import onnxruntime as rt
|
|
8 |
import pandas as pd
|
9 |
from PIL import Image
|
10 |
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
# Example image by [ほし☆☆☆](https://www.pixiv.net/en/users/43565085)
|
16 |
-
# """
|
17 |
|
18 |
HF_TOKEN = os.environ.get("HF_TOKEN", "")
|
19 |
|
|
|
8 |
import pandas as pd
|
9 |
from PIL import Image
|
10 |
|
11 |
+
TITLE = "WaifuDiffusion Tagger"
|
12 |
+
DESCRIPTION = """
|
13 |
+
Demo for the WaifuDiffusion tagger models test
|
14 |
+
"""
|
|
|
|
|
15 |
|
16 |
HF_TOKEN = os.environ.get("HF_TOKEN", "")
|
17 |
|