Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update requirements.txt
Browse files- requirements.txt +26 -27
requirements.txt
CHANGED
@@ -1,27 +1,26 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
beautifulsoup4>=4.12.0 # BeautifulSoup(), find(), find_all() - Only if parsing HTML/XML
|
|
|
1 |
+
streamlit
|
2 |
+
Pillow
|
3 |
+
plotly
|
4 |
+
opencv-python
|
5 |
+
moviepy
|
6 |
+
python-dotenv
|
7 |
+
pytz
|
8 |
+
requests
|
9 |
+
openai
|
10 |
+
beautifulsoup4
|
11 |
+
PyPDF2
|
12 |
+
textract
|
13 |
+
gradio-client
|
14 |
+
huggingface-hub
|
15 |
+
audio-recorder-streamlit
|
16 |
+
xmltodict
|
17 |
+
mistune
|
18 |
+
python-docx
|
19 |
+
faiss-cpu
|
20 |
+
scikit-learn
|
21 |
+
langchain
|
22 |
+
tiktoken
|
23 |
+
anthropic
|
24 |
+
extra-streamlit-components
|
25 |
+
moviepy
|
26 |
+
edge_tts==6.1.12
|
|