Spaces:
Runtime error
Runtime error
| # Requirements for Hugging Face Spaces deployment | |
| # Core ML libraries | |
| torch>=2.0.0 | |
| torchvision>=0.15.0 | |
| diffusers>=0.25.0 | |
| transformers>=4.36.0 | |
| accelerate>=0.25.0 | |
| # Image processing | |
| Pillow>=10.0.0 | |
| opencv-python-headless>=4.8.0 | |
| numpy>=1.24.0 | |
| # Upscaling | |
| basicsr>=1.4.2 | |
| # Gradio interface | |
| gradio==4.20.0 | |
| # Configuration | |
| pydantic>=2.5.0 | |
| pydantic-settings>=2.1.0 | |
| # Utilities | |
| tqdm>=4.66.0 | |
| safetensors>=0.4.0 | |