Huong
commited on
Commit
·
531440d
1
Parent(s):
265ea18
update requirements.txt file
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio-rich-textbox
|
| 2 |
+
torchaudio
|
| 3 |
+
librosa
|
| 4 |
+
torch
|
| 5 |
+
numpy
|
| 6 |
+
transformers
|
| 7 |
+
whisper
|
| 8 |
+
# olmoasr will be installed via setup script using environment variable
|
| 9 |
+
# See setup.py or install_dependencies.py for secure installation
|
| 10 |
+
bs4
|