A newer version of the Gradio SDK is available: 6.11.0
Installation
create conda or venv python environment with Swap-Mukham/requirement_xxxx.txt.
currently cpu and cuda are supported.
more device support can be added through Swap-Mukham/swap_mukham/utils/devie.py.
Download models
Running on cpu
python app.py --local --device cpu
Running on cuda
python app.py --local --device cuda
Note
- remove
--localcli argument to use default image & video components. - if
cudais not detected install pytorch and uncomment first line ofSwap-Mukham/app.py