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