Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="
|
| 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="
|
| 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()
|