IanRonk commited on
Commit
6a76b20
·
1 Parent(s): 068d55d

add json output

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def pipeline(video_url):
11
  video_id = video_url.split("?v=")[-1]
12
  punctuated_text = punctuate(video_id)
13
  # return punctuated_text
14
- return {"12:09-12-51": 0.9}
15
 
16
 
17
  # print(pipeline("VL5M5ZihJK4"))
 
11
  video_id = video_url.split("?v=")[-1]
12
  punctuated_text = punctuate(video_id)
13
  # return punctuated_text
14
+ return [{"start": "12:05", "end": "12:52"}]
15
 
16
 
17
  # print(pipeline("VL5M5ZihJK4"))