wissemkarous commited on
Commit
be4c1a1
1 Parent(s): b0ac523

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,10 +13,10 @@ model = load_model()
13
  st.title("Lipreading final year project Demo")
14
 
15
  st.info(
16
- "The inference speed is very slow on Huggingface spaces due to it being processed entirely on CPU. Made with ❤️ ,Auther ©️ : wissem karous 🥰",
17
  icon="ℹ️",
18
  )
19
-
20
  # Generating a list of options or videos
21
  options = os.listdir(os.path.join("app_input"))
22
  selected_video = st.selectbox("Choose video", options)
 
13
  st.title("Lipreading final year project Demo")
14
 
15
  st.info(
16
+ "The inference speed is very slow on Huggingface spaces due to it being processed entirely on CPU ",
17
  icon="ℹ️",
18
  )
19
+ st.info("Made with ❤️ ,Auther ©️ : wissem karous 🥰")
20
  # Generating a list of options or videos
21
  options = os.listdir(os.path.join("app_input"))
22
  selected_video = st.selectbox("Choose video", options)