paragon-analytics commited on
Commit
9c8aa75
·
verified ·
1 Parent(s): 97ace60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,7 +163,7 @@ with gr.Blocks(title=title) as demo:
163
  inputs=[prob1],
164
  outputs=[label, local_plot, htext],
165
  fn=main, # Provide the function to run for caching examples
166
- cache_examples=True,
167
  # run_on_click=True # This might be needed depending on exact Gradio version and desired behavior, but cache_examples=True implies running the function.
168
  )
169
 
 
163
  inputs=[prob1],
164
  outputs=[label, local_plot, htext],
165
  fn=main, # Provide the function to run for caching examples
166
+ cache_examples=False,
167
  # run_on_click=True # This might be needed depending on exact Gradio version and desired behavior, but cache_examples=True implies running the function.
168
  )
169