Hi Guys,
I’m not able to get whisper working in my scenario throughout hugging face.
Can you help me what I’m doing wrong because I have no idea.
Hi,
First off, make sure your authorization key is revoked, otherwise others could use it to deplete your credits on your hugging face account. Not anyone here, I’m sure, but…
The problem is the file you’re sending to the last HTTP call. What is is expecting? A URL to a file? A data stream? Something else?
From what I’m reading, it seems to be expecting a file. You might be able to make it work by using the Google Drive download file module and sending that directly to the HTTP module and doing a POST of the file.
I’m not sure why you’re converting the file first but that might be the problem.
L
1 Like