rayespinozah
commited on
Commit
•
7e19eac
1
Parent(s):
971b6fe
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
git+https://github.com/openai/whisper.git
|
2 |
+
transformers
|
3 |
+
gradio
|
4 |
+
torch
|
5 |
+
torchaudio
|
6 |
+
torchvision
|