miwojc commited on
Commit
62e01fb
1 Parent(s): 0e338c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -29,6 +29,7 @@ demo = gr.Interface(
29
  fn=predict,
30
  inputs=gr.inputs.Image(shape=(480, 480)),
31
  outputs=gr.outputs.Label(num_top_classes=2),
 
32
  **interface_options,
33
  )
34
 
 
29
  fn=predict,
30
  inputs=gr.inputs.Image(shape=(480, 480)),
31
  outputs=gr.outputs.Label(num_top_classes=2),
32
+ cache_examples=False,
33
  **interface_options,
34
  )
35