tomo2chin2 commited on
Commit
c6f4adf
·
verified ·
1 Parent(s): 350e08a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -6
requirements.txt CHANGED
@@ -1,11 +1,7 @@
1
- # --- START OF FILE requirements.txt ---
2
-
3
  selenium
4
- gradio==4.19.2
5
  Pillow
6
  fastapi
7
  uvicorn[standard]
8
- google-generativeai
9
  huggingface_hub
10
-
11
- # --- END OF FILE requirements.txt ---
 
 
 
1
  selenium
2
+ gradio==5.25.2 # Gradio 5.x 系で Blocks 互換
3
  Pillow
4
  fastapi
5
  uvicorn[standard]
6
+ google-genai>=1.11.0 # 新 SDK。旧 google-generativeai は不要
7
  huggingface_hub