Spaces:
Runtime error
Not evaluating my space
I've created a Speech-to-Speech translation from any language X to French, But when I submit the repo id to this space, it says "Error with querying Space, check that your Space takes an audio file as input and returns an audio as output: server rejected WebSocket connection: HTTP 403". But in reality my space takes audio input and produces French output. I used whisper-base for ASR, and mms-tts-fra for french text to speech.
here's my space: https://huggingface.co/spaces/heisenberg3376/speech-to-speech-translation . Can you please help?
I have tried the same by building it on another space.
https://huggingface.co/spaces/heisenberg3376/cascaded-speech-to-speech-translation
It is perfectly generating french audio results. But this evaluation is not working. Showing the same error message in the u7 assessment space for both the spaces. Please resolve this issue.
Fine. I just added a translator. Russian Translator instead of using whisper to translate. And it worked