Spaces:
Runtime error
Runtime error
bhaskartripathi
commited on
Commit
•
543f6b3
1
Parent(s):
a55fe26
Create requirements.txt
Browse files- requirements.txt +26 -0
requirements.txt
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
openai==0.27.5
|
2 |
+
gtts==2.3.2
|
3 |
+
pillow==8.4.0
|
4 |
+
IPython==7.34.0
|
5 |
+
moviepy==1.0.3
|
6 |
+
pydub==0.25.1
|
7 |
+
gradio==3.28.1
|
8 |
+
aiohttp==3.8.4
|
9 |
+
aiofiles==23.1.0
|
10 |
+
ffmpy==0.3.0
|
11 |
+
python-multipart==0.0.6
|
12 |
+
orjson==3.8.11
|
13 |
+
httpx==0.24.0
|
14 |
+
uvicorn==0.22.0
|
15 |
+
websockets==11.0.2
|
16 |
+
fastapi==0.95.1
|
17 |
+
mdit-py-plugins==0.3.3
|
18 |
+
huggingface-hub==0.14.1
|
19 |
+
semantic-version==2.10.0
|
20 |
+
jedi==0.18.2
|
21 |
+
linkify-it-py==2.0.0
|
22 |
+
multidict==6.0.4
|
23 |
+
yarl==1.9.2
|
24 |
+
async-timeout==4.0.2
|
25 |
+
aiosignal==1.3.1
|
26 |
+
frozenlist==1.3.3
|