wissemkarous commited on
Commit
4a5ed0d
1 Parent(s): 4a089b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -16,7 +16,8 @@ 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)
 
16
  "The inference speed is very slow on Huggingface spaces due to it being processed entirely on CPU ",
17
  icon="ℹ️",
18
  )
19
+ st.info("Author ©️ : wissem karous ")
20
+ st.info("Made with ❤️ ")
21
  # Generating a list of options or videos
22
  options = os.listdir(os.path.join("app_input"))
23
  selected_video = st.selectbox("Choose video", options)