hysts HF staff commited on
Commit
9e6f7d7
1 Parent(s): 16e2b6a

Update description

Browse files
Files changed (1) hide show
  1. app.py +10 -1
app.py CHANGED
@@ -19,8 +19,17 @@ DESCRIPTION = '''The original TADNE site is https://thisanimedoesnotexist.ai/.
19
 
20
  You can view images generated by the TADNE model with seed 0-99999.
21
  The original images are 512x512 in size, but they are resized to 128x128 here.
 
 
 
 
 
 
 
 
 
22
  '''
23
- ARTICLE = None
24
 
25
  TOKEN = os.environ['TOKEN']
26
 
 
19
 
20
  You can view images generated by the TADNE model with seed 0-99999.
21
  The original images are 512x512 in size, but they are resized to 128x128 here.
22
+
23
+ Expected execution time on Hugging Face Spaces: 4s
24
+
25
+ Related Apps:
26
+ - [TADNE](https://huggingface.co/spaces/hysts/TADNE)
27
+ - [TADNE Image Viewer](https://huggingface.co/spaces/hysts/TADNE-image-viewer)
28
+ - [TADNE Image Selector](https://huggingface.co/spaces/hysts/TADNE-image-selector)
29
+ - [TADNE Interpolation](https://huggingface.co/spaces/hysts/TADNE-interpolation)
30
+ - [TADNE Image Search with DeepDanbooru](https://huggingface.co/spaces/hysts/TADNE-image-search-with-DeepDanbooru)
31
  '''
32
+ ARTICLE = '<center><img src="https://visitor-badge.glitch.me/badge?page_id=hysts.tadne-image-viewer" alt="visitor badge"/></center>'
33
 
34
  TOKEN = os.environ['TOKEN']
35