fix(huggingface_restapi.py): fix linting issue

This commit is contained in:
Krrish Dholakia 2023-11-01 16:43:35 -07:00
parent ebdb3eb132
commit 8475772daa

View file

@ -386,7 +386,7 @@ def embedding(
}
else:
data = {
"inputs": input
"inputs": input # type: ignore
}
## LOGGING