Spaces:
Sleeping
Sleeping
| # CanLex Web (Path B) -- thin-client dependencies. Versions are pinned so the | |
| # Hugging Face Docker build is reproducible (an unpinned gradio floated to a new | |
| # major and broke a launch() argument). | |
| gradio==6.14.0 # web UI with built-in username/password auth | |
| mcp==1.27.1 # streamable-HTTP client for the CanLex MCP server | |
| # Google Gemini is called through its REST API using only the Python standard | |
| # library (urllib); no LLM SDK dependency is needed. | |