Spaces:
Sleeping
Sleeping
File size: 675 Bytes
c619943 6908b72 c619943 6908b72 |
1 2 3 4 5 6 7 8 9 10 11 |
transformers==4.31.0 # Hugging Face Transformers library gradio==3.24.1 # Gradio for the web interface torch==2.0.1 # PyTorch for deep learning tasks diffusers==0.19.3 # For Stable Diffusion model handling (if applicable) Pillow==10.0.1 # For image processing scipy==1.11.2 # For scientific computing sentencepiece # Required by certain Hugging Face models for tokenization aiohttp==3.8.5 # For asynchronous HTTP requests (used in async functions) matplotlib==3.7.2 # For displaying images with pyplot huggingface-hub==0.15.1 # To interact with Hugging Face Hub |