diff --git a/core/api.py b/core/api.py index 01e0483..bc1e016 100644 --- a/core/api.py +++ b/core/api.py @@ -82,7 +82,7 @@ def __init__(self): logging.info("Library API") # optional: point to a custom repo - self.server: str = "http://openuba.gacwr.org" + self.server: str = "https://openuba.org" def install(self, model_name: str):