Spaces:
Runtime error
Runtime error
khulnasoft
commited on
Commit
•
3578d39
1
Parent(s):
cfd17bf
Create requirements.txt
Browse files- requirements.txt +20 -0
requirements.txt
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
git+https://github.com/huggingface/diffusers.git
|
2 |
+
git+https://github.com/huggingface/transformers
|
3 |
+
git+https://github.com/patrickvonplaten/controlnet_aux
|
4 |
+
tiktoken==0.3.3
|
5 |
+
pydub==0.25.1
|
6 |
+
espnet==202301
|
7 |
+
espnet_model_zoo==0.1.7
|
8 |
+
flask==2.2.3
|
9 |
+
flask_cors==3.0.10
|
10 |
+
waitress==2.1.2
|
11 |
+
datasets==2.11.0
|
12 |
+
asteroid==0.6.0
|
13 |
+
speechbrain==0.5.14
|
14 |
+
timm==0.6.13
|
15 |
+
typeguard==2.13.3
|
16 |
+
accelerate==0.18.0
|
17 |
+
pytesseract==0.3.10
|
18 |
+
basicsr==1.4.2
|
19 |
+
torch==2.0.0
|
20 |
+
scipy==1.9.1
|