NourFakih commited on
Commit
0466dc9
·
verified ·
1 Parent(s): 66c9e76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ def process_video(video_path, frame_interval):
89
  df = pd.DataFrame({'Frame': frames, 'Caption': captions})
90
  return frames, df
91
 
92
- st.title("Combined Video Captioning and Gallery App")
93
 
94
  # Sidebar for search functionality
95
  with st.sidebar:
 
89
  df = pd.DataFrame({'Frame': frames, 'Caption': captions})
90
  return frames, df
91
 
92
+ st.title("Video Captioning Gallery")
93
 
94
  # Sidebar for search functionality
95
  with st.sidebar: