hysts HF staff commited on
Commit
9d6732b
1 Parent(s): 312a92e

Update description

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -31,6 +31,12 @@ check the original 512x512 images from URLs like
31
  https://thisanimedoesnotexist.ai/slider.html?seed=10000 using the output seeds.
32
 
33
  Expected execution time on Hugging Face Spaces: 25s
 
 
 
 
 
 
34
  '''
35
  ARTICLE = None
36
 
 
31
  https://thisanimedoesnotexist.ai/slider.html?seed=10000 using the output seeds.
32
 
33
  Expected execution time on Hugging Face Spaces: 25s
34
+
35
+ Related Apps:
36
+ - [TADNE](https://huggingface.co/spaces/hysts/TADNE)
37
+ - [TADNE Image Viewer](https://huggingface.co/spaces/hysts/TADNE-image-viewer)
38
+ - [TADNE Image Selector](https://huggingface.co/spaces/hysts/TADNE-image-selector)
39
+ - [TADNE Interpolation](https://huggingface.co/spaces/hysts/TADNE-interpolation)
40
  '''
41
  ARTICLE = None
42