Spaces:
Running
Running
init
Browse files
app.py
CHANGED
@@ -73,11 +73,8 @@ st.set_page_config(layout="wide")
|
|
73 |
|
74 |
model = load_model()
|
75 |
|
76 |
-
st.title("Lipreading
|
77 |
|
78 |
-
st.info(
|
79 |
-
"The inference speed is very slow on Huggingface spaces due to it being processed entirely on CPU ",
|
80 |
-
icon="ℹ️",
|
81 |
)
|
82 |
|
83 |
# Generating a list of options or videos
|
|
|
73 |
|
74 |
model = load_model()
|
75 |
|
76 |
+
st.title("Lipreading Year End Project Demo :")
|
77 |
|
|
|
|
|
|
|
78 |
)
|
79 |
|
80 |
# Generating a list of options or videos
|