chuanenlin commited on
Commit
ad9de9f
β€’
1 Parent(s): b537766

Update desc

Browse files
Files changed (1) hide show
  1. 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("**Semantic** video search. Example: Which frame has a person πŸ§‘ with sunglasses πŸ•ΆοΈ and earphones 🎧?")
 
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