Update load_openpose.sh
Browse files- load_openpose.sh +1 -1
load_openpose.sh
CHANGED
|
@@ -7,7 +7,7 @@ pip install huggingface_hub
|
|
| 7 |
apt-get install -y pigz
|
| 8 |
|
| 9 |
# Download from Hugging Face
|
| 10 |
-
REPO_ID="
|
| 11 |
FILENAME="openpose_colab_build.tar.gz"
|
| 12 |
|
| 13 |
python -c "from huggingface_hub import hf_hub_download; hf_hub_download(repo_id='$REPO_ID', filename='$FILENAME')"
|
|
|
|
| 7 |
apt-get install -y pigz
|
| 8 |
|
| 9 |
# Download from Hugging Face
|
| 10 |
+
REPO_ID="jrs-a/openpose-colab" # Replace with your repo
|
| 11 |
FILENAME="openpose_colab_build.tar.gz"
|
| 12 |
|
| 13 |
python -c "from huggingface_hub import hf_hub_download; hf_hub_download(repo_id='$REPO_ID', filename='$FILENAME')"
|