Spaces:
Sleeping
Sleeping
File size: 487 Bytes
48cba22 54f1cb1 8e908ed 12dd28c 48cba22 4ef7879 8e908ed 12dd28c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # Gradio 5 (avoids 4.x's Starlette template signature breakage). gradio>=5.5,<6.0 # Pin Pydantic to fix the "bool is not iterable" error pydantic==2.10.6 # CRITICAL: huggingface_hub pin for Gradio 5.5 compatibility huggingface_hub>=0.24,<1.0 matplotlib>=3.7 numpy>=1.24 torch>=2.0 pillow>=10.0 # Prebuilt llama-cpp-python wheel https://huggingface.co/datasets/AIencoder/llama-cpp-wheels/resolve/main/llama_cpp_python-0.3.16%2Bbasic_avx2_fma_f16c-cp312-cp312-manylinux_2_31_x86_64.whl |