Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available:
5.46.1
metadata
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
# 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:
- Go to Settings → Hardware
- Select GPU (T4 or A10G)
- Costs apply for GPU usage
Langscene
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