Spaces:
Runtime error
Runtime error
adding the additional requirements
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -1,5 +1,8 @@
|
|
|
|
|
|
1 |
gradio==3.20.0
|
2 |
librosa==0.10.0
|
3 |
openai==0.27.0
|
|
|
4 |
python-dotenv==1.0.0
|
5 |
soundfile==0.12.1
|
|
|
1 |
+
google_api_python_client==2.80.0
|
2 |
+
google_auth_oauthlib==1.0.0
|
3 |
gradio==3.20.0
|
4 |
librosa==0.10.0
|
5 |
openai==0.27.0
|
6 |
+
protobuf==4.22.0
|
7 |
python-dotenv==1.0.0
|
8 |
soundfile==0.12.1
|