Spaces:
Runtime error
Runtime error
Commit ·
b027d03
1
Parent(s): 741c26c
remove some examples for faster build
Browse files
app.py
CHANGED
|
@@ -359,17 +359,17 @@ with gr.Blocks(theme='WeixuanYuan/Soft_dark') as demo:
|
|
| 359 |
|
| 360 |
gr.Examples(examples=[
|
| 361 |
[os.path.join(os.path.dirname(__file__), "files", "dylan.mp4")],
|
| 362 |
-
[os.path.join(os.path.dirname(__file__), "files", "train14.mp4")],
|
| 363 |
-
[os.path.join(os.path.dirname(__file__), "files", "train_17.mp4")],
|
| 364 |
#[os.path.join(os.path.dirname(__file__), "files", "train13.mp4")],
|
| 365 |
#[os.path.join(os.path.dirname(__file__), "files", "train_213.mp4")],
|
| 366 |
-
[os.path.join(os.path.dirname(__file__), "files", "train_156.mp4")],
|
| 367 |
#[os.path.join(os.path.dirname(__file__), "files", "train_202.mp4")],
|
| 368 |
-
[os.path.join(os.path.dirname(__file__), "files", "train_57.mp4")],
|
| 369 |
[os.path.join(os.path.dirname(__file__), "files", "train_95.mp4")],
|
| 370 |
-
[os.path.join(os.path.dirname(__file__), "files", "train_253.mp4")],
|
| 371 |
-
[os.path.join(os.path.dirname(__file__), "files", "train_66.mp4")],
|
| 372 |
-
[os.path.join(os.path.dirname(__file__), "files", "train_21.mp4")]
|
| 373 |
],
|
| 374 |
inputs=[in_video],
|
| 375 |
outputs=[out_text, out_plot, out_hist, out_event_type_dist],
|
|
|
|
| 359 |
|
| 360 |
gr.Examples(examples=[
|
| 361 |
[os.path.join(os.path.dirname(__file__), "files", "dylan.mp4")],
|
| 362 |
+
#[os.path.join(os.path.dirname(__file__), "files", "train14.mp4")],
|
| 363 |
+
#[os.path.join(os.path.dirname(__file__), "files", "train_17.mp4")],
|
| 364 |
#[os.path.join(os.path.dirname(__file__), "files", "train13.mp4")],
|
| 365 |
#[os.path.join(os.path.dirname(__file__), "files", "train_213.mp4")],
|
| 366 |
+
#[os.path.join(os.path.dirname(__file__), "files", "train_156.mp4")],
|
| 367 |
#[os.path.join(os.path.dirname(__file__), "files", "train_202.mp4")],
|
| 368 |
+
#[os.path.join(os.path.dirname(__file__), "files", "train_57.mp4")],
|
| 369 |
[os.path.join(os.path.dirname(__file__), "files", "train_95.mp4")],
|
| 370 |
+
#[os.path.join(os.path.dirname(__file__), "files", "train_253.mp4")],
|
| 371 |
+
#[os.path.join(os.path.dirname(__file__), "files", "train_66.mp4")],
|
| 372 |
+
#[os.path.join(os.path.dirname(__file__), "files", "train_21.mp4")]
|
| 373 |
],
|
| 374 |
inputs=[in_video],
|
| 375 |
outputs=[out_text, out_plot, out_hist, out_event_type_dist],
|