Spaces:
Sleeping
Sleeping
Commit ·
b98cfdf
1
Parent(s): 9078257
change example
Browse files
app.py
CHANGED
|
@@ -398,7 +398,7 @@ with gr.Blocks(theme='WeixuanYuan/Soft_dark') as demo:
|
|
| 398 |
# ]
|
| 399 |
|
| 400 |
gr.Examples(examples=[
|
| 401 |
-
['https://hiemdall-dev2.azurewebsites.net/api/playlist/rec_rd2FAyUo/vod', '
|
| 402 |
#[os.path.join(os.path.dirname(__file__), "files", "train14.mp4")],
|
| 403 |
#[os.path.join(os.path.dirname(__file__), "files", "train_17.mp4")],
|
| 404 |
#[os.path.join(os.path.dirname(__file__), "files", "train13.mp4")],
|
|
|
|
| 398 |
# ]
|
| 399 |
|
| 400 |
gr.Examples(examples=[
|
| 401 |
+
['https://hiemdall-dev2.azurewebsites.net/api/playlist/rec_rd2FAyUo/vod', '00:43:20', '00:44:00'],
|
| 402 |
#[os.path.join(os.path.dirname(__file__), "files", "train14.mp4")],
|
| 403 |
#[os.path.join(os.path.dirname(__file__), "files", "train_17.mp4")],
|
| 404 |
#[os.path.join(os.path.dirname(__file__), "files", "train13.mp4")],
|