From 8d88e75aa6c57debf6816970aa04db2f5b1f6311 Mon Sep 17 00:00:00 2001 From: rentainhe <596106517@qq.com> Date: Thu, 1 Aug 2024 21:31:51 +0800 Subject: [PATCH] refine API token --- grounded_sam2_gd1.5_demo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grounded_sam2_gd1.5_demo.py b/grounded_sam2_gd1.5_demo.py index c760221..eb67989 100644 --- a/grounded_sam2_gd1.5_demo.py +++ b/grounded_sam2_gd1.5_demo.py @@ -18,7 +18,7 @@ from sam2.sam2_image_predictor import SAM2ImagePredictor Prompt Grounding DINO 1.5 with Text for Box Prompt Generation with Cloud API """ # Step 1: initialize the config -token = "3491a2a256fb7ed01b2e757b713c4cb0" +token = "Your API token here" config = Config(token) # Step 2: initialize the client