Google colab tutorial does not work

Hi tried running the getting started tutorial after I created a DEGIRUM_CLOUD_TOKEN but got DegirumException Traceback (most recent call last)

/tmp/ipython-input-4171432554.py in <cell line: 0>()
      2 
      3 # load object detection AI model
----> 4 model = dg.load_model(
      5     model_name="yolov8n_relu6_coco--640x640_quant_tflite_edgetpu_1",
      6     inference_host_address="@cloud",



5 frames


/usr/local/lib/python3.12/dist-packages/degirum/_misc.py in cloud_server_request(base_url, api_url, token, method, data, params, headers, timeout_s, is_octet_stream, no_returns)
    118         except json.JSONDecodeError:
    119             pass
--> 120         raise DegirumException(details) from None
    121 
    122     if no_returns:


DegirumException: user 'eddy.de.waegeneer@gmail.com' has no access to zoo 'degirum/models_tflite'. (cloud server response: 403 Client Error: Forbidden for url: https://hub.degirum.com/api/v1/public/zoos-check/degirum/models_tflite)

Hi @eddydw, Welcome to our community, and thank you for reporting this issue. I looked into the error and found that some of our model zoos had been set to private, but the changes were not reflected in the examples repository.

I have now updated the model names and model zoo references in the examples, and it should work as expected. If you are using Google Colab, please ensure that your degirum_cloud_token is saved under the Secrets option.

Please let us know if the issue persists or if you encounter any other problems.