Update app.py
Browse files
app.py
CHANGED
@@ -192,8 +192,10 @@ with gr.Blocks() as iface:
|
|
192 |
- **Generalization**: The model may not generalize well to all types of videos and contexts. For example, trained embeddings may work well for a specific demographic but poorly for another.
|
193 |
- **Computationally Intensive**: Real-time processing of high-resolution video frames can be computationally demanding, requiring significant hardware resources.
|
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")
|
|
|
192 |
- **Generalization**: The model may not generalize well to all types of videos and contexts. For example, trained embeddings may work well for a specific demographic but poorly for another.
|
193 |
- **Computationally Intensive**: Real-time processing of high-resolution video frames can be computationally demanding, requiring significant hardware resources.
|
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 |
+
""")
|
198 |
+
|
199 |
example_video_1 = gr.Video(value="appendix/Bill Clinton and Jim Lehrer.mp4", label="Bill Clinton and Jim Lehrer")
|
200 |
example_btn_1 = gr.Button("Use Example Video 1")
|
201 |
example_video_2 = gr.Video(value="appendix/Wade_Wilson_Penalty_Phase_Trial.mp4", label="Wade Wilson Penalty Phase Trial")
|