Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -8,4 +8,6 @@ python-dotenv>=1.0.0
|
|
8 |
gradio>=4.0.0
|
9 |
requests>=2.31.0
|
10 |
librosa==0.10.2.post1
|
11 |
-
transformers
|
|
|
|
|
|
8 |
gradio>=4.0.0
|
9 |
requests>=2.31.0
|
10 |
librosa==0.10.2.post1
|
11 |
+
transformers
|
12 |
+
torch
|
13 |
+
torch[cuda]
|