HugoHE commited on
Commit
3f22aa9
·
1 Parent(s): 9b1980e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -203,7 +203,7 @@ In case the output image seems too small, simply right-click on the image, and c
203
  with gr.Tab("Explainable AI"):
204
  cam = gr.Image(label="Output")
205
  df = gr.Dataframe(label="Detection summary")
206
- button.click(fn=inference_gd, inputs=image, outputs=[detection, df, verdict, cam], cache_examples=True)
207
 
208
  demo.launch()
209
 
 
203
  with gr.Tab("Explainable AI"):
204
  cam = gr.Image(label="Output")
205
  df = gr.Dataframe(label="Detection summary")
206
+ button.click(fn=inference_gd, inputs=image, outputs=[detection, df, verdict, cam])
207
 
208
  demo.launch()
209