Phramer_AI / requirements.txt
Malaji71's picture
Update requirements.txt
b5c60a9 verified
raw
history blame contribute delete
330 Bytes
# Core dependencies for API-based approach
gradio==5.33.2
gradio_client
# Hugging Face Spaces support
spaces==0.37.0
# Image processing
pillow==10.0.1
# Essential utilities
numpy==1.24.3
requests==2.31.0
# Basic ML support (lightweight)
torch==2.1.0
torchvision==0.16.0
# No heavy BAGEL dependencies needed - using API calls!