diff --git a/people-and-planet-ai/image-classification/e2e_test.py b/people-and-planet-ai/image-classification/e2e_test.py index 515a61f8399..94c25cff816 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/1590773423066316800" +MODEL_PATH = f"projects/{PROJECT}/locations/{REGION}/models/712175671543070720" @pytest.fixture(scope="session")