Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -142,4 +142,4 @@ if video_file is not None:
|
|
142 |
st.write("Example frames from detected phases:")
|
143 |
|
144 |
for phase_image in os.listdir(output_dir):
|
145 |
-
st.image(os.path.join(output_dir, phase_image), caption=phase_image)
|
|
|
142 |
st.write("Example frames from detected phases:")
|
143 |
|
144 |
for phase_image in os.listdir(output_dir):
|
145 |
+
st.image(os.path.join(output_dir, phase_image), caption=phase_image)
|