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