Spaces:
Sleeping
Sleeping
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 | |
<div align="center"> | |
Deployed from: https://github.com/liuff19/LangScene-X | |
## Features | |
This Space provides a Gradio interface for the repository's main functionality. | |
The app.py was automatically generated based on repository analysis. | |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference | |