Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
gradio
|
| 2 |
-
google-generativeai
|
| 3 |
pydub
|
| 4 |
-
google-api-core
|
|
|
|
| 1 |
gradio
|
| 2 |
+
google-generativeai>=0.5.0 # یا یک نسخه جدیدتر مثل google-generativeai==0.6.0
|
| 3 |
pydub
|
| 4 |
+
google-api-core>=2.0.0
|