Rajeev91691 commited on
Commit
2f945aa
·
verified ·
1 Parent(s): 571ae62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ def app():
126
  iou_threshold,
127
  ],
128
  outputs=[output_image],
129
- cache_examples="True",
130
  )
131
 
132
  gradio_app = gr.Blocks()
 
126
  iou_threshold,
127
  ],
128
  outputs=[output_image],
129
+ cache_examples=True,
130
  )
131
 
132
  gradio_app = gr.Blocks()