Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
|
@@ -1,7 +1,10 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
transformers
|
| 3 |
torch
|
| 4 |
torchvision
|
| 5 |
pillow
|
| 6 |
pandas
|
| 7 |
-
plotly
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
transformers
|
| 3 |
torch
|
| 4 |
torchvision
|
| 5 |
pillow
|
| 6 |
pandas
|
| 7 |
+
plotly
|
| 8 |
+
librosa
|
| 9 |
+
soundfile
|
| 10 |
+
accelerate
|