Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.28.0
|
2 |
+
asyncio==3.4.3
|
3 |
+
websockets==11.0.3
|
4 |
+
edge-tts==6.1.9
|
5 |
+
audio-recorder-streamlit==0.0.8
|
6 |
+
nest-asyncio==1.5.8
|
7 |
+
anthropic==0.28.0
|
8 |
+
openai==1.30.1
|
9 |
+
PyPDF2==3.0.1
|
10 |
+
gradio-client==0.16.0
|
11 |
+
python-dotenv==1.0.1
|
12 |
+
streamlit-marquee==0.1.2
|
13 |
+
pandas==2.2.2
|
14 |
+
pillow==10.3.0
|