Spaces:
Running on Zero
Running on Zero
| # torch, gradio, uvicorn and spaces are installed by the Space builder itself | |
| # (torch pinned there), so declaring them here only creates resolver conflicts. | |
| # | |
| # transformers must be 5.x: 4.x caps huggingface-hub below 1.0, while the | |
| # builder's gradio 6 / spaces stack requires 1.x. That clash is unsolvable and | |
| # fails the build outright. | |
| transformers>=5.0 | |
| sentencepiece | |
| sacremoses | |