Skip to content

Commit 3fa0bb0

Browse files
authored
Update download_models.sh with more robust URL. (#168)
The old models.zip URL didn't work with certain .wgetrc settings. This new one seems to be more robust. fixes #167
1 parent aac9dd5 commit 3fa0bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

download_models.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
2-
wget https://www.dropbox.com/s/4j4z58wuv8o0mfz/models.zip
2+
wget https://dl.dropboxusercontent.com/s/4j4z58wuv8o0mfz/models.zip
33
unzip models.zip

0 commit comments

Comments
 (0)