We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
parameters
1 parent 2bfb62f commit cb6b427Copy full SHA for cb6b427
src/huggingface_inference_toolkit/webservice_starlette.py
@@ -97,7 +97,7 @@ async def predict(request):
97
)
98
99
# Decode base64 audio inputs before running inference
100
- if "inputs" in deserialized_body and HF_TASK in {
+ if "parameters" in deserialized_body and HF_TASK in {
101
"automatic-speech-recognition",
102
"audio-classification",
103
}:
0 commit comments