Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
|
|
|
2 |
torchaudio
|
3 |
transformers
|
4 |
ffmpeg-python
|
5 |
soundfile
|
6 |
-
|
|
|
1 |
+
pip
|
2 |
+
install torch
|
3 |
torchaudio
|
4 |
transformers
|
5 |
ffmpeg-python
|
6 |
soundfile
|
7 |
+
gradio
|