gigant commited on
Commit
9740060
1 Parent(s): f7f1a1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -85,7 +85,7 @@ def trigger_plots(f2f_distance_plot, hashes, threshold):
85
  def set_visible():
86
  return gradio.update(visible=True)
87
 
88
- demo = gradio.Blocks(analytics_enabled=True)
89
 
90
  with demo:
91
  with gradio.Row():
@@ -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(cache_examples=False)
 
85
  def set_visible():
86
  return gradio.update(visible=True)
87
 
88
+ demo = gradio.Blocks(cache_examples=False)
89
 
90
  with demo:
91
  with gradio.Row():
 
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()