applispee commited on
Commit
aa9a177
·
verified ·
1 Parent(s): 66a8f8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -6
app.py CHANGED
@@ -8,12 +8,10 @@ import onnxruntime as rt
8
  import pandas as pd
9
  from PIL import Image
10
 
11
- # TITLE = "WaifuDiffusion Tagger"
12
- # DESCRIPTION = """
13
- # Demo for the WaifuDiffusion tagger models
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