tomo2chin2 commited on
Commit
bf56fc5
·
verified ·
1 Parent(s): 697fed0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -3
requirements.txt CHANGED
@@ -1,11 +1,9 @@
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
  selenium
3
+ gradio>=5.29.0 # ← 5.x 系最新を明示
4
  Pillow
5
  fastapi
6
  uvicorn[standard]
7
  google-generativeai
8
  huggingface_hub
 
9
  # --- END OF FILE requirements.txt ---