Bils's picture
Update requirements.txt
b67339a verified
raw
history blame
279 Bytes
# Torch and related libraries
torch>=2.6.0
transformers>=4.42.0
diffusers
accelerate
# --- PINNED GRADIO VERSIONS (Corrected) ---
gradio==4.31.0
gradio-client==0.16.2 # <--- This is the corrected version from the log
# Other dependencies for your app
scipy
python-dotenv
Pillow