fix(huggingface_restapi.py): fix linting issue

This commit is contained in:
Krrish Dholakia 2023-11-01 16:43:35 -07:00
parent aaa2a0dfb5
commit b305492a0b

View file

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