Spaces:
Runtime error
Runtime error
Update description
Browse files
app.py
CHANGED
@@ -26,6 +26,10 @@ Here, image similarity is measured by the L2 distance of the intermediate
|
|
26 |
features by the [DeepDanbooru](https://github.com/KichangKim/DeepDanbooru)
|
27 |
model.
|
28 |
|
|
|
|
|
|
|
|
|
29 |
Expected execution time on Hugging Face Spaces: 25s
|
30 |
'''
|
31 |
ARTICLE = None
|
|
|
26 |
features by the [DeepDanbooru](https://github.com/KichangKim/DeepDanbooru)
|
27 |
model.
|
28 |
|
29 |
+
The resolution of the output images in this app is 128x128, but you can
|
30 |
+
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
|