We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3306b2 commit 52e3db9Copy full SHA for 52e3db9
roboflow/__init__.py
@@ -15,7 +15,7 @@
15
from roboflow.models import CLIPModel, GazeModel # noqa: F401
16
from roboflow.util.general import write_line
17
18
-__version__ = "1.1.54"
+__version__ = "1.1.55"
19
20
21
def check_key(api_key, model, notebook, num_retries=0):
@@ -205,7 +205,7 @@ def __init__(
205
self.api_key = api_key
206
if self.api_key is None:
207
self.api_key = load_roboflow_api_key()
208
-
+ print("API_KEY", self.api_key)
209
self.model_format = model_format
210
self.notebook = notebook
211
self.onboarding = False
0 commit comments