Spaces:
Running
Error with colab
Hey, I was using the other webui on Colab, then I updated the code to use this one on colab. It worked fine for months, now on gradio I get errors after submitting any file. The screenshot is from an android device but this happens using a computer as well.
Here's the colab link:
https://colab.research.google.com/drive/1naFzLyoZiSFW0UTF_AA1jNdUD53PbKw_
Please note that I can see the transcription on Collab but the gradio app is the one throwing the error.
For some reason, the transcription never happens on collab, and I get stuck right after downloading the model, its so weird... I used it for months too...
Please note that I can see the transcription on Collab but the gradio app is the one throwing the error.
Because the repository owner basically gave up the project, and left us to wonder. I found the issue to be CTranslate package which at the time is version 4.5.0, so installing using!pip3 install ctranslate2==4.4.0
a previous version, now makes it work again.
Thanks for the solution