Error : No API Found

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

1 Like