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.
1 parent bd36835 commit 8c82e7aCopy full SHA for 8c82e7a
packages/inference/src/snippets/templates/python/requests/textToAudio.jinja
@@ -4,7 +4,7 @@ def query(payload):
4
return response.content
5
6
audio_bytes = query({
7
- "inputs": {{ inputs }},
+ "inputs": {{ inputs.asObj.inputs }},
8
})
9
# You can access the audio with IPython.display for example
10
from IPython.display import Audio
0 commit comments