Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
git+https://github.com/huggingface/evaluate@775555d80af30d83dc6e9f42051840d29a34f31b
|
2 |
+
transformers
|
3 |
+
torch
|
4 |
+
torchaudio
|
5 |
+
git+https://github.com/openai/whisper.git
|
6 |
+
tqdm
|
7 |
+
gradio==3.14.0
|
8 |
+
regex
|