Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
-
streamlit>=1.16.0
|
| 2 |
-
inference-sdk
|
| 3 |
-
transformers
|
| 4 |
-
torch
|
| 5 |
-
librosa
|
| 6 |
-
SpeechRecognition
|
| 7 |
-
streamlit-audiorec
|
| 8 |
-
python-dotenv
|
|
|
|
|
|
| 1 |
+
streamlit>=1.16.0
|
| 2 |
+
inference-sdk
|
| 3 |
+
transformers
|
| 4 |
+
torch
|
| 5 |
+
librosa
|
| 6 |
+
SpeechRecognition
|
| 7 |
+
streamlit-audiorec
|
| 8 |
+
python-dotenv
|
| 9 |
+
groq
|