Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -163,8 +163,8 @@ viewer_slot = st.empty()
|
|
163 |
# Example videos with synchronization
|
164 |
st.header("Example Results")
|
165 |
examples = [
|
166 |
-
("T Example", "T1.mp4", "T2.mp4"),
|
167 |
("LA Example", "LA1.mp4", "LA2.mp4")
|
|
|
168 |
]
|
169 |
for title, orig_file, proc_file in examples:
|
170 |
st.subheader(title)
|
|
|
163 |
# Example videos with synchronization
|
164 |
st.header("Example Results")
|
165 |
examples = [
|
|
|
166 |
("LA Example", "LA1.mp4", "LA2.mp4")
|
167 |
+
("T Example", "T1.mp4", "T2.mp4"),
|
168 |
]
|
169 |
for title, orig_file, proc_file in examples:
|
170 |
st.subheader(title)
|