jrs-a commited on
Commit
4b44e9e
·
verified ·
1 Parent(s): 9a8d815

Update load_openpose.sh

Browse files
Files changed (1) hide show
  1. 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="your-username/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')"
 
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')"