Spaces:
Sleeping
Sleeping
comment
Browse files
app.py
CHANGED
@@ -43,5 +43,6 @@ if video_file is not None:
|
|
43 |
|
44 |
if st.button("Count People"):
|
45 |
with st.spinner("Counting..."):
|
|
|
46 |
count = count_people("temp_video.mp4")
|
47 |
st.success(f"Total number of people detected: {count}")
|
|
|
43 |
|
44 |
if st.button("Count People"):
|
45 |
with st.spinner("Counting..."):
|
46 |
+
print("model loaded")
|
47 |
count = count_people("temp_video.mp4")
|
48 |
st.success(f"Total number of people detected: {count}")
|