Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +19 -2
requirements.txt
CHANGED
@@ -1,6 +1,23 @@
|
|
1 |
transformers
|
2 |
-
Flask==2.3.2
|
3 |
huggingface-hub==0.19.0
|
4 |
gunicorn==21.0.1 # Optional, for production deployment
|
5 |
torch
|
6 |
-
datasets
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
transformers
|
|
|
2 |
huggingface-hub==0.19.0
|
3 |
gunicorn==21.0.1 # Optional, for production deployment
|
4 |
torch
|
5 |
+
datasets
|
6 |
+
torch==2.3.1
|
7 |
+
torchvision==0.18.1
|
8 |
+
torchaudio==2.3.1
|
9 |
+
litgpt==0.4.3
|
10 |
+
snac==1.2.0
|
11 |
+
soundfile==0.12.1
|
12 |
+
openai-whisper
|
13 |
+
tokenizers==0.19.1
|
14 |
+
streamlit==1.37.1
|
15 |
+
# PyAudio==0.2.14
|
16 |
+
pydub==0.25.1
|
17 |
+
onnxruntime==1.19.0
|
18 |
+
# numpy==1.26.3
|
19 |
+
https://gradio-builds.s3.amazonaws.com/cffe9a7ab7f71e76d7214dc57c6278ffaf5bcdf9/gradio-5.0.0b1-py3-none-any.whl
|
20 |
+
fastapi==0.112.4
|
21 |
+
librosa==0.10.2.post1
|
22 |
+
flask==3.0.3
|
23 |
+
fire
|