Spaces:
Configuration error
Configuration error
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
streamlit==1.31.0
|
2 |
google-generativeai==0.3.1
|
|
|
|
|
3 |
transformers==4.36.2
|
4 |
torch==2.1.2
|
5 |
python-dotenv==1.0.0
|
|
|
1 |
streamlit==1.31.0
|
2 |
google-generativeai==0.3.1
|
3 |
+
streamlit-audio-recorder==0.0.8
|
4 |
+
plotly==5.18.0
|
5 |
transformers==4.36.2
|
6 |
torch==2.1.2
|
7 |
python-dotenv==1.0.0
|