hysts HF staff commited on
Commit
60df4aa
1 Parent(s): 16d3ab6

Add visitor badge

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ import tensorflow as tf
17
 
18
  TITLE = 'KichangKim/DeepDanbooru'
19
  DESCRIPTION = 'This is an unofficial demo for https://github.com/KichangKim/DeepDanbooru.'
20
- ARTICLE = None
21
 
22
  TOKEN = os.environ['TOKEN']
23
  MODEL_REPO = 'hysts/DeepDanbooru'
 
17
 
18
  TITLE = 'KichangKim/DeepDanbooru'
19
  DESCRIPTION = 'This is an unofficial demo for https://github.com/KichangKim/DeepDanbooru.'
20
+ ARTICLE = '<center><img src="https://visitor-badge.glitch.me/badge?page_id=hysts.deepdanbooru" alt="visitor badge"/></center>'
21
 
22
  TOKEN = os.environ['TOKEN']
23
  MODEL_REPO = 'hysts/DeepDanbooru'