transart / requirements.txt
pravin007s's picture
Update requirements.txt
6908b72 verified
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