Update requirements.txt
Browse files- requirements.txt +11 -2
requirements.txt
CHANGED
@@ -1,4 +1,13 @@
|
|
1 |
streamlit
|
2 |
-
|
3 |
huggingface_hub
|
4 |
-
plotly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
streamlit
|
2 |
+
requests
|
3 |
huggingface_hub
|
4 |
+
plotly
|
5 |
+
beautifulsoup4
|
6 |
+
Pillow
|
7 |
+
python-dotenv
|
8 |
+
openai
|
9 |
+
PyPDF2
|
10 |
+
textract
|
11 |
+
moviepy
|
12 |
+
gradio_client
|
13 |
+
audio-recorder-streamlit
|