Spaces:
Running on Zero
Running on Zero
File size: 384 Bytes
f8c62dc 7cb4735 9795cbf | 1 2 3 4 5 6 7 8 9 10 | # 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 |