dylanplummer commited on
Commit
ebec3db
·
1 Parent(s): c768e8e

hf doesnt like >60s videos

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -427,7 +427,7 @@ with gr.Blocks() as demo:
427
  examples = [
428
  ['https://hiemdall-dev2.azurewebsites.net/api/playlist/rec_rd2FAyUo/vod', '00:43:10', '00:43:45', True, 30],
429
  ['https://hiemdall-dev2.azurewebsites.net/api/playlist/rec_UGEhqlMh/vod', '00:00:18', '00:00:55', True, 30],
430
- ['https://hiemdall-dev2.azurewebsites.net/api/playlist/rec_rd2FAyUo/vod', '01:24:22', '01:25:35', True, 60]
431
  ]
432
  gr.Examples(examples,
433
  inputs=[in_stream_url, in_stream_start, in_stream_end, beep_detection_on, event_length],
 
427
  examples = [
428
  ['https://hiemdall-dev2.azurewebsites.net/api/playlist/rec_rd2FAyUo/vod', '00:43:10', '00:43:45', True, 30],
429
  ['https://hiemdall-dev2.azurewebsites.net/api/playlist/rec_UGEhqlMh/vod', '00:00:18', '00:00:55', True, 30],
430
+ #['https://hiemdall-dev2.azurewebsites.net/api/playlist/rec_rd2FAyUo/vod', '01:24:22', '01:25:35', True, 60]
431
  ]
432
  gr.Examples(examples,
433
  inputs=[in_stream_url, in_stream_start, in_stream_end, beep_detection_on, event_length],