netrosec commited on
Commit
b835a4b
·
1 Parent(s): 817451f

Create Pipfile

Browse files
Files changed (1) hide show
  1. Pipfile +4 -0
Pipfile ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ [packages]
2
+ whisper = {git = "https://github.com/openai/whisper.git"}
3
+ gradio = "*"
4
+ ffmpeg-python = "*"