hysts HF Staff commited on
Commit
89ae773
·
1 Parent(s): 5aa27fa

Update description

Browse files
Files changed (1) hide show
  1. app.py +12 -2
app.py CHANGED
@@ -22,8 +22,18 @@ sys.path.insert(0, 'stylegan2-pytorch')
22
  from model import Generator
23
 
24
  TITLE = 'TADNE (This Anime Does Not Exist) Interpolation'
25
- DESCRIPTION = 'The original TADNE site is https://thisanimedoesnotexist.ai/.'
26
- ARTICLE = None
 
 
 
 
 
 
 
 
 
 
27
 
28
  TOKEN = os.environ['TOKEN']
29
 
 
22
  from model import Generator
23
 
24
  TITLE = 'TADNE (This Anime Does Not Exist) Interpolation'
25
+ DESCRIPTION = '''The original TADNE site is https://thisanimedoesnotexist.ai/.
26
+
27
+ Expected execution time on Hugging Face Spaces: 4s for each image
28
+
29
+ Related Apps:
30
+ - [TADNE](https://huggingface.co/spaces/hysts/TADNE)
31
+ - [TADNE Image Viewer](https://huggingface.co/spaces/hysts/TADNE-image-viewer)
32
+ - [TADNE Image Selector](https://huggingface.co/spaces/hysts/TADNE-image-selector)
33
+ - [TADNE Interpolation](https://huggingface.co/spaces/hysts/TADNE-interpolation)
34
+ - [TADNE Image Search with DeepDanbooru](https://huggingface.co/spaces/hysts/TADNE-image-search-with-DeepDanbooru)
35
+ '''
36
+ ARTICLE = '<center><img src="https://visitor-badge.glitch.me/badge?page_id=hysts.tadne-interpolation" alt="visitor badge"/></center>'
37
 
38
  TOKEN = os.environ['TOKEN']
39