Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
@@ -112,4 +112,4 @@ with demo:
|
|
112 |
threshold.change(fn=plot_hash_distance, inputs=[hashes, threshold], outputs=f2f_distance_plot)
|
113 |
btn_slides.click(fn=get_slides, inputs=[vid, hashes, threshold], outputs=[slideshow])
|
114 |
|
115 |
-
demo.launch(
|
|
|
112 |
threshold.change(fn=plot_hash_distance, inputs=[hashes, threshold], outputs=f2f_distance_plot)
|
113 |
btn_slides.click(fn=get_slides, inputs=[vid, hashes, threshold], outputs=[slideshow])
|
114 |
|
115 |
+
demo.launch(share=True)
|