waceke commited on
Commit
8d4493c
·
verified ·
1 Parent(s): b712ab3

Typo in huggingface

Browse files
Files changed (1) hide show
  1. endpoints.py +1 -1
endpoints.py CHANGED
@@ -5,7 +5,7 @@ from huggingface_hub import login
5
  from config import settings
6
 
7
  # login(settings.huggingface_key)
8
- login(os.environ.get("HUGGINFACE_KEY"))
9
 
10
  app = FastAPI(openapi_url="/api/v1/sparrow-ml/openapi.json", docs_url="/api/v1/sparrow-ml/docs")
11
 
 
5
  from config import settings
6
 
7
  # login(settings.huggingface_key)
8
+ login(os.environ.get("HUGGINGFACE_KEY"))
9
 
10
  app = FastAPI(openapi_url="/api/v1/sparrow-ml/openapi.json", docs_url="/api/v1/sparrow-ml/docs")
11