Spaces:
Sleeping
Sleeping
Commit ·
97b70eb
1
Parent(s): 1ad8526
add new examples
Browse files
app.py
CHANGED
|
@@ -353,6 +353,9 @@ with gr.Blocks(theme='WeixuanYuan/Soft_dark') as demo:
|
|
| 353 |
[os.path.join(os.path.dirname(__file__), "files", "train_156.mp4")],
|
| 354 |
[os.path.join(os.path.dirname(__file__), "files", "train_202.mp4")],
|
| 355 |
[os.path.join(os.path.dirname(__file__), "files", "train_57.mp4")],
|
|
|
|
|
|
|
|
|
|
| 356 |
],
|
| 357 |
inputs=[in_video],
|
| 358 |
outputs=[out_text, out_plot, out_hist, out_event_type_dist],
|
|
|
|
| 353 |
[os.path.join(os.path.dirname(__file__), "files", "train_156.mp4")],
|
| 354 |
[os.path.join(os.path.dirname(__file__), "files", "train_202.mp4")],
|
| 355 |
[os.path.join(os.path.dirname(__file__), "files", "train_57.mp4")],
|
| 356 |
+
[os.path.join(os.path.dirname(__file__), "files", "train_95.mp4")],
|
| 357 |
+
[os.path.join(os.path.dirname(__file__), "files", "train_253.mp4")],
|
| 358 |
+
[os.path.join(os.path.dirname(__file__), "files", "train_66.mp4")],
|
| 359 |
],
|
| 360 |
inputs=[in_video],
|
| 361 |
outputs=[out_text, out_plot, out_hist, out_event_type_dist],
|