Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +14 -14
requirements.txt
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
-
streamlit
|
2 |
-
asyncio
|
3 |
-
websockets
|
4 |
-
edge-tts
|
5 |
-
audio-recorder-streamlit
|
6 |
-
nest-asyncio
|
7 |
-
anthropic
|
8 |
-
openai
|
9 |
-
PyPDF2
|
10 |
-
gradio-client
|
11 |
-
python-dotenv
|
12 |
-
streamlit-marquee
|
13 |
-
pandas
|
14 |
-
pillow
|
|
|
1 |
+
streamlit
|
2 |
+
asyncio
|
3 |
+
websockets
|
4 |
+
edge-tts
|
5 |
+
audio-recorder-streamlit
|
6 |
+
nest-asyncio
|
7 |
+
anthropic
|
8 |
+
openai
|
9 |
+
PyPDF2
|
10 |
+
gradio-client
|
11 |
+
python-dotenv
|
12 |
+
streamlit-marquee
|
13 |
+
pandas
|
14 |
+
pillow
|