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