Spaces:
Runtime error
Runtime error
Update description
Browse files
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 |
|