Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -9
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
-
streamlit
|
2 |
-
|
3 |
-
python-dotenv
|
4 |
-
audio-recorder-streamlit
|
5 |
-
moviepy
|
6 |
-
pandas
|
7 |
-
numpy
|
8 |
-
plotly
|
9 |
-
|
|
|
|
1 |
+
streamlit==1.28.0
|
2 |
+
google-cloud-aiplatform==1.36.0
|
3 |
+
python-dotenv==1.0.0
|
4 |
+
audio-recorder-streamlit==0.0.8
|
5 |
+
moviepy==1.0.3
|
6 |
+
pandas==2.1.3
|
7 |
+
numpy==1.24.3
|
8 |
+
plotly==5.18.0
|
9 |
+
python-docx==1.0.0
|
10 |
+
google-generativeai==0.3.1
|