Spaces:
Sleeping
Sleeping
# setup.sh | |
# Install torch first | |
pip install torch | |
# Install the remaining dependencies | |
pip install -r requirements.txt | |
# setup.sh | |
# Install torch first | |
pip install torch | |
# Install the remaining dependencies | |
pip install -r requirements.txt | |