Spaces:
Running
Running
| # Hugging Face Spaces requirements | |
| torch>=2.0.0 | |
| torchvision>=0.15.0 | |
| opencv-python>=4.5.0 | |
| numpy>=1.20.0 | |
| Pillow>=9.0.0 | |
| # Fix for JSON schema bug (workaround) | |
| # HF Spaces backend has Gradio 5/FastAPI components that conflict with newer pydantic | |
| pydantic==2.10.6 | |
| # Gradio demo | |
| gradio>=4.44.1,<5.0.0 | |
| matplotlib>=3.5.0 | |
| # Model downloads | |
| huggingface-hub>=0.20.0,<1.0.0 | |