Spaces:
Running
Running
# Core dependencies | |
gradio>=3.50.2 | |
Pillow>=10.0.0 | |
numpy>=1.24.0 | |
# Model dependencies | |
torch>=2.0.0 | |
diffusers>=0.21.0 | |
transformers>=4.31.0 | |
accelerate>=0.21.0 | |
# Google Drive integration | |
google-auth>=2.22.0 | |
google-auth-oauthlib>=1.0.0 | |
google-api-python-client>=2.95.0 | |
# Utility packages | |
python-dateutil>=2.8.2 | |
tqdm>=4.65.0 | |
requests>=2.31.0 | |
# Optional but recommended | |
opencv-python>=4.8.0 # For image processing | |
safetensors>=0.3.1 # For faster model loading | |
# Development tools | |
pytest>=7.4.0 | |
black>=22.0.0 | |
flake8>=6.0.0 | |
isort>=5.12.0 | |
# Testing dependencies | |
pytest-mock>=3.11.1 |