OSError: libespeak.so.1: cannot open shared object file: No such file or directory

Hello, Huggingface community;

I am trying to deploy an app which is deployed by running gradio deploy in my cmd terminal on windows. The App works well both locally and with the https://94adace0f466d2eeca.gradio.live gradio live url (this url expires in 3 days).

However, when I run gradio deploy and run it on Huggingface, this error shows up:

File “/usr/local/lib/python3.10/ctypes/init.py”, line 374, in init self._handle = _dlopen(self._name, mode)

OSError: libespeak.so.1: cannot open shared object file: No such file or directory

I tried all ways I can think about, inlcuding asking ChatGPT and Google for days and weeks, trying installing all kinds of python packages, but with no result.

Would someone help me out on this? Really have no idea how this happens. I saw similar questions raised online several places, but no one specificlly relate to Huggingface and I can not find anything from the official Huggingface site.

Please, wait for helps.

Bests.

Bin