Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -115,4 +115,4 @@ with demo:
|
|
115 |
threshold.change(fn=plot_hash_distance, inputs=[hashes, threshold], outputs=f2f_distance_plot)
|
116 |
btn_slides.click(fn=get_slides, inputs=[vid, hashes, threshold], outputs=[slideshow])
|
117 |
|
118 |
-
demo.queue(
|
|
|
115 |
threshold.change(fn=plot_hash_distance, inputs=[hashes, threshold], outputs=f2f_distance_plot)
|
116 |
btn_slides.click(fn=get_slides, inputs=[vid, hashes, threshold], outputs=[slideshow])
|
117 |
|
118 |
+
demo.queue().launch()
|