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