reab5555 commited on
Commit
1c66ef6
·
verified ·
1 Parent(s): 6a0db0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -194,9 +194,9 @@ with gr.Blocks() as iface:
194
  - **Frame Rate Limitations**: Videos recorded at 10 or 20 fps are not suitable for reliably capturing micro-expressions due to their rapid onset and brief duration.
195
 
196
  """)
197
- example_video_1 = gr.Video(value="appendix/Bill Clinton and Jim Lehrer.mp4", label="Example Video 1")
198
  example_btn_1 = gr.Button("Use Example Video 1")
199
- example_video_2 = gr.Video(value="appendix/Wade_Wilson_Penalty_Phase_Trial.mp4", label="Example Video 2")
200
  example_btn_2 = gr.Button("Use Example Video 2")
201
 
202
  df_store = gr.State()
 
194
  - **Frame Rate Limitations**: Videos recorded at 10 or 20 fps are not suitable for reliably capturing micro-expressions due to their rapid onset and brief duration.
195
 
196
  """)
197
+ example_video_1 = gr.Video(value="appendix/Bill Clinton and Jim Lehrer.mp4", label="Bill Clinton and Jim Lehrer")
198
  example_btn_1 = gr.Button("Use Example Video 1")
199
+ example_video_2 = gr.Video(value="appendix/Wade_Wilson_Penalty_Phase_Trial.mp4", label="Wade Wilson Penalty Phase Trial")
200
  example_btn_2 = gr.Button("Use Example Video 2")
201
 
202
  df_store = gr.State()