PushkarA07
commited on
Commit
•
e0800a0
1
Parent(s):
a90760d
Update requirements.txt
Browse files- requirements.txt +12 -7
requirements.txt
CHANGED
@@ -1,7 +1,12 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
datasets==2.10.1
|
2 |
+
diffusers==0.11.1
|
3 |
+
gradio==3.32.0
|
4 |
+
nltk==3.8.1
|
5 |
+
numpy==1.23.5
|
6 |
+
Pillow==9.2.0
|
7 |
+
Pillow==9.5.0
|
8 |
+
pydub==0.25.1
|
9 |
+
torch==2.0.0
|
10 |
+
torchaudio==2.0.1
|
11 |
+
tqdm==4.64.1
|
12 |
+
transformers==4.25.1
|