Loomisgitarrist commited on
Commit
3562bb4
1 Parent(s): d93924c

Update streamlitapp.py

Browse files
Files changed (1) hide show
  1. streamlitapp.py +1 -6
streamlitapp.py CHANGED
@@ -12,13 +12,8 @@ from modelutil import load_model
12
  # Set the layout to the streamlit app as wide
13
  st.set_page_config(layout='wide')
14
 
15
- # Setup the sidebar
16
- with st.sidebar:
17
- st.image('https://plus.unsplash.com/premium_photo-1682309676673-392c56015c5c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80')
18
- st.title('Lip Reading')
19
- st.info('This application is originally developed from the LipNet deep learning model.')
20
 
21
- st.title('LipNet using StreamLit ✌🏻')
22
  # Generating a list of options or videos
23
  options = os.listdir(os.path.join('data', 's1'))
24
  selected_video = st.selectbox('Choose video', options)
 
12
  # Set the layout to the streamlit app as wide
13
  st.set_page_config(layout='wide')
14
 
 
 
 
 
 
15
 
16
+ st.title('LipReaderLG 👄')
17
  # Generating a list of options or videos
18
  options = os.listdir(os.path.join('data', 's1'))
19
  selected_video = st.selectbox('Choose video', options)