miojizzy commited on
Commit
f75b219
·
1 Parent(s): d237678

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ with gr.Blocks() as demo:
79
  [input1, input2],
80
  output,
81
  my_function,
82
- cache_examples=True,
83
  )
84
  #demo = gr.Interface(
85
  # my_function,
 
79
  [input1, input2],
80
  output,
81
  my_function,
82
+ cache_examples=False,
83
  )
84
  #demo = gr.Interface(
85
  # my_function,