tomo2chin2 commited on
Commit
80a30ed
·
verified ·
1 Parent(s): 8a791e4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,11 +1,11 @@
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
  # --- START OF FILE requirements.txt ---
2
 
3
  selenium
4
+ gradio>=5.25.2 # 4.19.2から更新
5
  Pillow
6
  fastapi
7
  uvicorn[standard]
8
+ google-genai # google-generativeaiから更新
9
  huggingface_hub
10
 
11
+ # --- END OF FILE requirements.txt ---