shashichilappagari commited on
Commit
3160d15
1 Parent(s): 22cb0c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -32,4 +32,5 @@ with st.form("model_form"):
32
  st.write(predictions.results)
33
  else:
34
  st.image(predictions.image_overlay,caption='Image with Bounding Boxes/Keypoints')
35
- print(model.time_stats())
 
 
32
  st.write(predictions.results)
33
  else:
34
  st.image(predictions.image_overlay,caption='Image with Bounding Boxes/Keypoints')
35
+ stats=model.time_stats()
36
+ st.write(stats["CoreInferenceDuration_ms"].avg)