Spaces:
Running
Running
Create requirements.txt
Browse filesAdded dependencies to requirements.txt
- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
flask
|
2 |
+
requests
|
3 |
+
gunicorn
|
4 |
+
google-generativeai
|
5 |
+
python-dotenv
|
6 |
+
openai-whisper
|