Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ def create_synced_video_pair(orig_url, proc_url, pair_id):
|
|
112 |
# Example videos with synchronization
|
113 |
st.header("Example Results")
|
114 |
examples = [
|
115 |
-
("T Example", "T1.mp4", "T2.
|
116 |
("LA Example", "LA1.mp4", "LA2.mp4")
|
117 |
]
|
118 |
for title, orig_file, proc_file in examples:
|
|
|
112 |
# Example videos with synchronization
|
113 |
st.header("Example Results")
|
114 |
examples = [
|
115 |
+
("T Example", "T1.mp4", "T2.mp4"),
|
116 |
("LA Example", "LA1.mp4", "LA2.mp4")
|
117 |
]
|
118 |
for title, orig_file, proc_file in examples:
|