hysts HF staff commited on
Commit
0bccd0d
1 Parent(s): 5b24937

Update description

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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