Commit
·
132b498
1
Parent(s):
7acb21a
Update app.py
Browse files
app.py
CHANGED
@@ -32,4 +32,4 @@ 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 |
-
st.write(model.time_stats())
|
|
|
32 |
st.write(predictions.results)
|
33 |
else:
|
34 |
st.image(predictions.image_overlay,caption='Image with Bounding Boxes/Keypoints')
|
35 |
+
st.write(print(model.time_stats()))
|