minhpng commited on
Commit
936a78c
·
1 Parent(s): 9e65f13
libs/transformer/get_transcript_2.py CHANGED
@@ -7,6 +7,3 @@ def get_transcribe_transformers(url:str):
7
 
8
  return result.get("text"), result.get("chunks")
9
 
10
- text, chunks = get_transcribe_transformers("https://static.langkingdom.com/user_playlist_practice_videos/0a871d06c1e8e1174da09d5aad6ec550.x-m4a")
11
-
12
- print(chunks[0].get("timestamp")[1])
 
7
 
8
  return result.get("text"), result.get("chunks")
9