From f25ea20ddc136981a77f91f2274e40b0a23828e3 Mon Sep 17 00:00:00 2001 From: stef Date: Sun, 11 Apr 2021 13:33:29 +0000 Subject: [PATCH] annotation mode on --- functions/app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/app/main.py b/functions/app/main.py index 6a6e762..028f18c 100644 --- a/functions/app/main.py +++ b/functions/app/main.py @@ -37,7 +37,7 @@ from google.protobuf import json_format # generate PNGs for each page and labeled CSV for annotation -ANNOTATION_MODE = False +ANNOTATION_MODE = True # AutoML Tables configs compute_region = "us-central1"