Spaces:
Build error
Build error
File size: 462 Bytes
345d368 6158815 345d368 c92867b 345d368 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
---
title: Editing Tools
emoji: π½οΈπ·π₯πΉπ¦πΌοΈπ¨ποΈ
colorFrom: red
colorTo: blue
sdk: gradio
sdk_version: 3.22.1
app_file: app.py
pinned: false
---
```bash
conda create -n editing-tools python=3.9 -y
conda activate editing-tools
conda install -c "nvidia/label/cuda-11.7.0" cuda-toolkit cuda
pip install -r requirements.txt
python app.py
```
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|