Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,2 +1,4 @@
|
|
1 |
-
gradio
|
2 |
-
google-generativeai
|
|
|
|
|
|
1 |
+
gradio==3.1.4 # 根據您的需求使用最新的相容版本
|
2 |
+
google-generativeai # 調整為正確的套件名稱,若有不同
|
3 |
+
httpx==0.23.0 # 指定相容版本以防止依賴衝突
|
4 |
+
httpcore==0.15.0 # 指定相容版本以防止依賴衝突
|