Spaces:
Runtime error
Runtime error
Check label2
Browse files
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
|
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"))
|