Spaces:
Sleeping
Sleeping
| # Pin Gradio version to avoid potential bugs in newer versions on HF Spaces | |
| gradio==4.44.1 | |
| # Core ML libraries | |
| torch | |
| torchvision | |
| torchaudio | |
| # Hugging Face libraries for models and pipelines | |
| diffusers[torch] | |
| transformers | |
| accelerate | |
| # Image handling | |
| Pillow | |