Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
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:
|