Spaces:
Running
Running
init
Browse files
app.py
CHANGED
@@ -73,9 +73,9 @@ st.set_page_config(layout="wide")
|
|
73 |
|
74 |
model = load_model()
|
75 |
|
76 |
-
st.title("Lipreading Year
|
|
|
77 |
|
78 |
-
)
|
79 |
|
80 |
# Generating a list of options or videos
|
81 |
options = sorted(os.listdir(os.path.join("app_input"))) # Ensure the list is sorted
|
|
|
73 |
|
74 |
model = load_model()
|
75 |
|
76 |
+
st.title("Lipreading End-Of-Year Project Demo :")
|
77 |
+
|
78 |
|
|
|
79 |
|
80 |
# Generating a list of options or videos
|
81 |
options = sorted(os.listdir(os.path.join("app_input"))) # Ensure the list is sorted
|