Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
groq
|
3 |
+
python-dotenv
|
4 |
+
md2pdf
|
5 |
+
sounddevice
|
6 |
+
soundfile
|
7 |
+
numpy
|