# Core dependencies for Gradio and image processing gradio==4.20.0 # Gradio for building the UI pillow==10.2.0 # PIL for image handling # Google Gemini API google-generativeai==0.3.2 # For interacting with Google's Gemini API # Optional: For potential API calls to Hugging Face Spaces requests==2.31.0 # If you need to make HTTP requests to a Hugging Face Space # Optional: For running specific Hugging Face models locally (if applicable) torch==2.2.0 # PyTorch, often required for Hugging Face models transformers==4.38.2 # Hugging Face Transformers library (if loading models locally)