Spaces:
Sleeping
Sleeping
Typo in huggingface
Browse files- 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("
|
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 |
|