refine API token

This commit is contained in:
rentainhe
2024-08-01 21:31:51 +08:00
parent d27829ff17
commit 8d88e75aa6

View File

@@ -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 Prompt Grounding DINO 1.5 with Text for Box Prompt Generation with Cloud API
""" """
# Step 1: initialize the config # Step 1: initialize the config
token = "3491a2a256fb7ed01b2e757b713c4cb0" token = "Your API token here"
config = Config(token) config = Config(token)
# Step 2: initialize the client # Step 2: initialize the client