Update requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
CHANGED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
openai
|
| 2 |
+
google-generativeai
|
| 3 |
+
gradio
|
| 4 |
+
sounddevice
|
| 5 |
+
numpy
|
| 6 |
+
pyttsx3
|
| 7 |
+
stripe
|
| 8 |
+
huggingface_hub
|