Spaces:
Runtime error
Runtime error
A newer version of the Gradio SDK is available:
5.23.1
Installation Instruction
Create a virtual environment
conda create -n smplerxui python=3.9
conda activate smplerxui
Install the dependencies
pip install urllib3==1.26.20
conda install pytorch==2.0.0 torchvision==0.15.0 torchaudio==2.0.0 -c pytorch -c nvidia
pip install gradio==4.3.0
pip install -r requirements.txt
And finally in the rood directory of the repo:
pip install ./main/transformer_utils
Troubleshooting the installation
Try installing the mkl and numpy packages separately if you encounter any issues with the installation.
pip install numpy==1.23
pip install spaces
pip install mmpose
pip install mkl==2024.0