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

Update app.py

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