Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +21 -20
requirements.txt
CHANGED
@@ -1,20 +1,21 @@
|
|
1 |
-
transformers
|
2 |
-
huggingface_hub
|
3 |
-
streamlit
|
4 |
-
langchain_core
|
5 |
-
langchain_community
|
6 |
-
langchain_huggingface
|
7 |
-
langchain_text_splitters
|
8 |
-
accelerate
|
9 |
-
watchdog
|
10 |
-
tqdm
|
11 |
-
pydub
|
12 |
-
bitsandbytes
|
13 |
-
git+https://github.com/openai/whisper.git
|
14 |
-
torch
|
15 |
-
torchaudio
|
16 |
-
torchvision
|
17 |
-
streamlit-mic-recorder
|
18 |
-
ffmpeg
|
19 |
-
openai-whisper
|
20 |
-
torchaudio
|
|
|
|
1 |
+
transformers
|
2 |
+
huggingface_hub
|
3 |
+
streamlit
|
4 |
+
langchain_core
|
5 |
+
langchain_community
|
6 |
+
langchain_huggingface
|
7 |
+
langchain_text_splitters
|
8 |
+
accelerate
|
9 |
+
watchdog
|
10 |
+
tqdm
|
11 |
+
pydub
|
12 |
+
bitsandbytes
|
13 |
+
git+https://github.com/openai/whisper.git
|
14 |
+
torch
|
15 |
+
torchaudio
|
16 |
+
torchvision
|
17 |
+
streamlit-mic-recorder
|
18 |
+
ffmpeg
|
19 |
+
openai-whisper
|
20 |
+
torchaudio
|
21 |
+
xgboost
|