Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
gradio
|
2 |
transformers
|
3 |
torch
|
4 |
-
|
5 |
-
|
|
|
6 |
Pillow
|
|
|
|
|
|
|
7 |
fpdf
|
8 |
-
librosa
|
9 |
-
soundfile
|
|
|
1 |
gradio
|
2 |
transformers
|
3 |
torch
|
4 |
+
torchvision
|
5 |
+
torchaudio
|
6 |
+
timm
|
7 |
Pillow
|
8 |
+
matplotlib
|
9 |
+
pandas
|
10 |
+
opencv-python-headless
|
11 |
fpdf
|
|
|
|