Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -5
requirements.txt
CHANGED
@@ -1,6 +1,3 @@
|
|
1 |
streamlit
|
2 |
-
|
3 |
-
|
4 |
-
pydub
|
5 |
-
sounddevice # For audio recording
|
6 |
-
numpy # Often required for handling audio data
|
|
|
1 |
streamlit
|
2 |
+
transformers
|
3 |
+
torch
|
|
|
|
|
|