avirathtibrewala commited on
Commit
0cc4fa3
1 Parent(s): 47c59a5

Upload 4 files

Browse files
Files changed (2) hide show
  1. inference.py +0 -1
  2. requirements.txt +4 -0
inference.py CHANGED
@@ -13,7 +13,6 @@ def downloadYTVideo(url):
13
  return new_file
14
 
15
  def main(link, model):
16
- static_ffmpeg.add_paths()
17
  try:
18
  file = downloadYTVideo(link)
19
  except:
 
13
  return new_file
14
 
15
  def main(link, model):
 
16
  try:
17
  file = downloadYTVideo(link)
18
  except:
requirements.txt CHANGED
@@ -1 +1,5 @@
1
  transformers
 
 
 
 
 
1
  transformers
2
+ gradio
3
+ whisper
4
+ pytube
5
+ pywhisper