Spaces:
Sleeping
Sleeping
File size: 1,249 Bytes
e88a85f 3b58dfc e88a85f 3b58dfc e88a85f 3b58dfc e88a85f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 |
---
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
|