gigant commited on
Commit
c7fe8c9
1 Parent(s): b4701ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,4 +113,4 @@ with demo:
113
  threshold.change(fn=plot_hash_distance, inputs=[hashes, threshold], outputs=f2f_distance_plot)
114
  btn_slides.click(fn=get_slides, inputs=[vid, hashes, threshold], outputs=[slideshow])
115
 
116
- demo.launch()
 
113
  threshold.change(fn=plot_hash_distance, inputs=[hashes, threshold], outputs=f2f_distance_plot)
114
  btn_slides.click(fn=get_slides, inputs=[vid, hashes, threshold], outputs=[slideshow])
115
 
116
+ demo.queue(default_enabled=True).launch()