hysts HF staff commited on
Commit
4a36ff1
1 Parent(s): 39245c5

Update description

Browse files
Files changed (1) hide show
  1. app.py +12 -1
app.py CHANGED
@@ -19,7 +19,18 @@ 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
  You can filter images based on predictions by the [DeepDanbooru](https://github.com/KichangKim/DeepDanbooru) model.
22
- The original images are 512x512 in size, but here they are resized to 128x128.
 
 
 
 
 
 
 
 
 
 
 
23
  '''
24
  ARTICLE = '<center><img src="https://visitor-badge.glitch.me/badge?page_id=hysts.tadne-image-selector" alt="visitor badge"/></center>'
25
 
 
19
 
20
  You can view images generated by the TADNE model with seed 0-99999.
21
  You can filter images based on predictions by the [DeepDanbooru](https://github.com/KichangKim/DeepDanbooru) model.
22
+
23
+ The resolution of the output images in this app is 128x128, but you can
24
+ check the original 512x512 images from URLs like
25
+ https://thisanimedoesnotexist.ai/slider.html?seed=10000 using the output seeds.
26
+
27
+ Expected execution time on Hugging Face Spaces: 4s
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 Interpolation](https://huggingface.co/spaces/hysts/TADNE-interpolation)
33
+ - [TADNE Image Search with DeepDanbooru](https://huggingface.co/spaces/hysts/TADNE-image-search-with-DeepDanbooru)
34
  '''
35
  ARTICLE = '<center><img src="https://visitor-badge.glitch.me/badge?page_id=hysts.tadne-image-selector" alt="visitor badge"/></center>'
36