AdritRao commited on
Commit
9506ae7
·
1 Parent(s): c714e66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ if st.button("Analyze"):
115
  st.image(largest_slice, use_column_width=True)
116
 
117
  # Display the video generated by the inference script
118
- if os.path exists(video_path):
119
  st.title("Video")
120
  st.video(video_path, format="video/mp4")
121
 
 
115
  st.image(largest_slice, use_column_width=True)
116
 
117
  # Display the video generated by the inference script
118
+ if os.path.exists(video_path):
119
  st.title("Video")
120
  st.video(video_path, format="video/mp4")
121