tstone87 commited on
Commit
077637d
·
verified ·
1 Parent(s): d75eede

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.mpg"),
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: