--- title: Langscene emoji: 🚀 colorFrom: blue colorTo: green sdk: gradio sdk_version: "5.35.0" app_file: app.py pinned: false --- ## ⚠️ GPU/CUDA Requirements This project contains CUDA-dependent packages that cannot run on standard HuggingFace Spaces (CPU environment). ### Running Locally with GPU ```bash # Install CUDA Toolkit (if not installed) # Visit: https://developer.nvidia.com/cuda-downloads # Clone this Space git clone https://huggingface.co/spaces/seawolf2357/langscene cd langscene # Install PyTorch with CUDA pip install torch torchvision --index-url https://download.pytorch.org/whl/cu118 # Uncomment CUDA dependencies in requirements.txt # Then install all requirements pip install -r requirements.txt ``` ### Enabling GPU on HuggingFace Spaces To use GPU on this Space: 1. Go to Settings → Hardware 2. Select GPU (T4 or A10G) 3. Costs apply for GPU usage --- # Langscene