Update requirements.txt
Browse files- requirements.txt +14 -1
requirements.txt
CHANGED
@@ -1 +1,14 @@
|
|
1 |
-
gradio_client
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio_client
|
2 |
+
huggingface_hub
|
3 |
+
audio-recorder-streamlit
|
4 |
+
beautifulsoup4
|
5 |
+
faiss-cpu
|
6 |
+
langchain
|
7 |
+
mistune
|
8 |
+
openai==0.28
|
9 |
+
PyPDF2
|
10 |
+
python-dotenv
|
11 |
+
pytz
|
12 |
+
streamlit
|
13 |
+
tiktoken
|
14 |
+
textract
|