Skip to content

Commit dfaa228

Browse files
authored
Revert "ppai/image-classification: use new model (#6503)"
This reverts commit f0b3613.
1 parent f0b3613 commit dfaa228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

people-and-planet-ai/image-classification/e2e_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
MAX_IMAGES_PER_CLASS = 1
3737

3838
# Use a pre-trained pre-existing model, training one takes too long.
39-
MODEL_PATH = f"projects/{PROJECT}/locations/{REGION}/models/712175671543070720"
39+
MODEL_PATH = f"projects/{PROJECT}/locations/{REGION}/models/1590773423066316800"
4040

4141

4242
@pytest.fixture(scope="session")

0 commit comments

Comments
 (0)