Spaces:
Paused
Paused
| # --- START OF FILE requirements.txt --- | |
| selenium | |
| gradio==5.25.2 # websockets ≥13 を許容 | |
| Pillow | |
| fastapi | |
| uvicorn # extras なしでシンプルに | |
| huggingface_hub | |
| google-genai==1.11.* # ThinkingConfig 対応版 | |
| websockets>=13,<15.1 # gradio & google‑genai 両対応 | |
| # --- END OF FILE requirements.txt --- | |