# HuggingFace Spaces Configuration # This file configures the deployment environment for this Gradio app jupyter: false # Disable Jupyter interface persistent_storage: size: 30 # GB - Storage for model weights and data fullWidth: true # Use full width for Gradio interface allowTitle: true # Allow setting custom title # Resource allocation # Spaces will auto-scale based on traffic up to these limits gpu: "A10G" # Recommended: A10G GPU for faster inference (optional) # To use CPU-only (faster startup), comment out the GPU line above