Spaces:
Runtime error
Runtime error
chuanenlin
commited on
Commit
β’
ad9de9f
1
Parent(s):
b537766
Update desc
Browse files- whichframe.py +2 -1
whichframe.py
CHANGED
@@ -97,7 +97,8 @@ st.markdown(hide_streamlit_style, unsafe_allow_html=True)
|
|
97 |
ss = SessionState.get(url=None, id=None, input=None, file_name=None, video=None, video_name=None, video_frames=None, video_features=None, fps=None, mode=None, query=None, progress=1)
|
98 |
|
99 |
st.title("Which Frame?")
|
100 |
-
st.markdown("
|
|
|
101 |
url = st.text_input("Enter YouTube video URL (Example: https://www.youtube.com/watch?v=sxaTnm_4YMY)")
|
102 |
|
103 |
N = 30
|
|
|
97 |
ss = SessionState.get(url=None, id=None, input=None, file_name=None, video=None, video_name=None, video_frames=None, video_features=None, fps=None, mode=None, query=None, progress=1)
|
98 |
|
99 |
st.title("Which Frame?")
|
100 |
+
st.markdown("β¨**Semantic**β¨ video search.")
|
101 |
+
st.markdown("Example: Which video frame has a person π§ with sunglasses πΆοΈ and earphones π§?")
|
102 |
url = st.text_input("Enter YouTube video URL (Example: https://www.youtube.com/watch?v=sxaTnm_4YMY)")
|
103 |
|
104 |
N = 30
|