Update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
@@ -8,6 +8,12 @@ python-dotenv>=1.0.0
|
|
8 |
gradio>=4.0.0
|
9 |
requests>=2.31.0
|
10 |
librosa==0.10.2.post1
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
torch
|
13 |
torch[cuda]
|
|
|
8 |
gradio>=4.0.0
|
9 |
requests>=2.31.0
|
10 |
librosa==0.10.2.post1
|
11 |
+
datasets
|
12 |
+
huggingface_hub
|
13 |
+
sentence_transformers
|
14 |
+
scikit-learn
|
15 |
+
python_dotenv
|
16 |
+
openai
|
17 |
+
git+https://github.com/huggingface/transformers.git
|
18 |
torch
|
19 |
torch[cuda]
|