diff --git a/people-and-planet-ai/image-classification/e2e_test.py b/people-and-planet-ai/image-classification/e2e_test.py index 94c25cff816..fd621c50cae 100644 --- a/people-and-planet-ai/image-classification/e2e_test.py +++ b/people-and-planet-ai/image-classification/e2e_test.py @@ -36,7 +36,7 @@ MAX_IMAGES_PER_CLASS = 1 # Use a pre-trained pre-existing model, training one takes too long. -MODEL_PATH = f"projects/{PROJECT}/locations/{REGION}/models/712175671543070720" +MODEL_PATH = f"projects/{PROJECT}/locations/{REGION}/models/8785722428534816768" @pytest.fixture(scope="session")