Joserzapata
commited on
Commit
•
82d6505
1
Parent(s):
9016537
add missing libraries
Browse filesadd torch audio and gradio liraries
- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -2,3 +2,6 @@ torch
|
|
2 |
git+https://github.com/hollance/transformers.git@6900e8ba6532162a8613d2270ec2286c3f58f57b
|
3 |
datasets
|
4 |
sentencepiece
|
|
|
|
|
|
|
|
2 |
git+https://github.com/hollance/transformers.git@6900e8ba6532162a8613d2270ec2286c3f58f57b
|
3 |
datasets
|
4 |
sentencepiece
|
5 |
+
torchaudio
|
6 |
+
gradio==3.33.1
|
7 |
+
gradio_client==0.2.7
|