gigant commited on
Commit
3ddb956
·
verified ·
1 Parent(s): f8a7004

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(default_enabled=True).launch()
 
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()