MyAi / requirements.txt
TheSquidBaron's picture
Update requirements.txt
0407bb5 verified
raw
history blame contribute delete
255 Bytes
# 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