Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
google-generativeai
|
| 2 |
pydub
|
| 3 |
-
gradio==4.39.0
|
| 4 |
-
numpy
|
|
|
|
| 1 |
+
google-generativeai==0.6.0 # یا هر نسخه جدیدتر که در pypi.org برای google-generativeai موجود است.
|
| 2 |
pydub
|
| 3 |
+
gradio==4.39.0
|
| 4 |
+
numpy
|