I seem to be getting the same error. No API Found
. I don’t even have an API used in the whole repo. I do have openai-whisper key in the secrets, but I am not using it anywhere.
requirements.txt file
deep_translator
gradio==5.6.0
pillow==11.0.0
pytesseract==0.3.13
openai-whisper==20240930
pydub==0.25.1
langcodes==3.5.0
langdetect==1.0.9
Update 1
- Removed the unused api keys, now I am getting
TypeError: argument of type 'bool' is not iterable
.
Update 2
- Downgraded
pydantic==2.10.6
andgradio==5.6.0
as per the suggestion of @John6666, and it’s working. Interested ones can have a look here - All In One Translation - a Hugging Face Space by DebasishDhal99 (Shameless promotion)