diff --git a/ImageColorizerColab.ipynb b/ImageColorizerColab.ipynb index 20bd0dfa..cd27fcc1 100644 --- a/ImageColorizerColab.ipynb +++ b/ImageColorizerColab.ipynb @@ -156,7 +156,7 @@ "outputs": [], "source": [ "!mkdir 'models'\n", - "!wget https://deepai-opensource-codebases-models.s3-us-west-2.amazonaws.com/deoldify/ColorizeArtistic_gen.pth -O ./models/ColorizeArtistic_gen.pth" + "!wget https://data.deepai.org/deoldify/ColorizeArtistic_gen.pth -O ./models/ColorizeArtistic_gen.pth" ] }, { diff --git a/README.md b/README.md index 59c02074..d863e8ae 100644 --- a/README.md +++ b/README.md @@ -333,9 +333,9 @@ The colorization inference notebooks should be able to guide you from here. The ### Completed Generator Weights -- [Artistic](https://deepai-opensource-codebases-models.s3-us-west-2.amazonaws.com/deoldify/ColorizeArtistic_gen.pth) +- [Artistic](https://data.deepai.org/deoldify/ColorizeArtistic_gen.pth) - [Stable](https://www.dropbox.com/s/usf7uifrctqw9rl/ColorizeStable_gen.pth?dl=0) -- [Video](https://deepai-opensource-codebases-models.s3-us-west-2.amazonaws.com/deoldify/ColorizeVideo_gen.pth) +- [Video](https://data.deepai.org/deoldify/ColorizeVideo_gen.pth) ### Completed Critic Weights diff --git a/VideoColorizerColab.ipynb b/VideoColorizerColab.ipynb index 62fda2a7..daecee4b 100644 --- a/VideoColorizerColab.ipynb +++ b/VideoColorizerColab.ipynb @@ -163,7 +163,7 @@ "outputs": [], "source": [ "!mkdir 'models'\n", - "!wget https://deepai-opensource-codebases-models.s3-us-west-2.amazonaws.com/deoldify/ColorizeVideo_gen.pth -O ./models/ColorizeVideo_gen.pth" + "!wget https://data.deepai.org/deoldify/ColorizeVideo_gen.pth -O ./models/ColorizeVideo_gen.pth" ] }, {