Set `cache_examples=False`

#1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -176,7 +176,7 @@ with gr.Blocks() as demo:
176
  0.0,
177
  0.9,
178
  ],
179
- ], inputs=inputs)
180
 
181
 
182
  if __name__ == "__main__":
 
176
  0.0,
177
  0.9,
178
  ],
179
+ ], inputs=inputs, cache_examples=False)
180
 
181
 
182
  if __name__ == "__main__":