Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +17 -0
requirements.txt
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
git+https://github.com/openai/whisper.git
|
2 |
+
transformers
|
3 |
+
gradio
|
4 |
+
torch
|
5 |
+
torchaudio
|
6 |
+
torchvision
|
7 |
+
langchain
|
8 |
+
openai
|
9 |
+
pdfminer
|
10 |
+
unstructured
|
11 |
+
pdfminer.six
|
12 |
+
tiktoken
|
13 |
+
pandas
|
14 |
+
chroma
|
15 |
+
chromadb
|
16 |
+
unstructured-inference
|
17 |
+
flask
|