Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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)
|