IanRonk commited on
Commit
068d55d
·
1 Parent(s): 8b698aa

Check label2

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 {"12:09-12-51": 0.9}
15
 
16
 
17
  # print(pipeline("VL5M5ZihJK4"))