hysts HF Staff commited on
Commit
bda5151
·
1 Parent(s): ea19077

Add visitor badge

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ The original images are 512x512 in size, but here they are resized to 128x128.
24
  Known issues:
25
  - The `Seed` table in the output doesn't refresh properly in gradio 2.9.1. https://github.com/gradio-app/gradio/issues/921
26
  '''
27
- ARTICLE = None
28
 
29
  TOKEN = os.environ['TOKEN']
30
 
 
24
  Known issues:
25
  - The `Seed` table in the output doesn't refresh properly in gradio 2.9.1. https://github.com/gradio-app/gradio/issues/921
26
  '''
27
+ ARTICLE = '<center><img src="https://visitor-badge.glitch.me/badge?page_id=hysts.tadne-image-selector" alt="visitor badge"/></center>'
28
 
29
  TOKEN = os.environ['TOKEN']
30