Spaces:
Runtime error
Runtime error
amantitan7
commited on
Commit
•
b7fec5d
1
Parent(s):
3c815b1
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy==1.23.2
|
2 |
+
pandas==1.4.4
|
3 |
+
SpeechRecognition==3.8.1
|
4 |
+
streamlit==1.15.2
|
5 |
+
streamlit_lottie==0.0.3
|
6 |
+
streamlit_option_menu==0.3.2
|
7 |
+
torch==1.13.0
|
8 |
+
transformers==4.24.0
|