Spaces:
Runtime error
Runtime error
File size: 619 Bytes
50bedab be85b88 50bedab 7943c44 50bedab be85b88 7943c44 50bedab be85b88 6aedd08 7943c44 be85b88 6aedd08 7943c44 6aedd08 |
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 |
---
title: pokemon-palworld
app_file: app.py
sdk: gradio
sdk_version: 4.17.0
---
# γγ«γ―γΌγ«γγ§ζγγγ±γ’γ³γ«δΌΌγ¦γγγγ«γ―δ½γοΌ
## Prerequisites
```powershell
conda env create -f environment.yml
conda activate pokemon-palworld-v2
git clone https://huggingface.co/briaai/RMBG-1.4
cd RMBG-1.4/
pip install -r requirements.txt
```
## Development
### Preprocessing & Train
open notebooks.
### Test
```powershell
python -m unittest discover tests
```
## Run gradio on local
```powershell
python app.py
```
## Deploy to gradio
```powershell
conda activate pokemon-pal
gradio deploy
```
|