Spaces:
Runtime error
Runtime error
Update description
Browse files
app.py
CHANGED
@@ -26,6 +26,8 @@ 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 |
Known issues:
|
30 |
- The `Seed` table in the output doesn't refresh properly in gradio 2.9.1.
|
31 |
https://github.com/gradio-app/gradio/issues/921
|
|
|
26 |
features by the [DeepDanbooru](https://github.com/KichangKim/DeepDanbooru)
|
27 |
model.
|
28 |
|
29 |
+
Expected execution time on Hugging Face Spaces: 25s
|
30 |
+
|
31 |
Known issues:
|
32 |
- The `Seed` table in the output doesn't refresh properly in gradio 2.9.1.
|
33 |
https://github.com/gradio-app/gradio/issues/921
|