I am trying to use the Gradio API in speechtospeech.
I coded the interface for a new "language model" that is in that case the gradio API.
Everything works fine until I use client.predict inside the process function. Then I get "RuntimeError: cannot schedule new futures after shutdown"
the predict function works inside the warmup function.
I am trying to use the Gradio API in speechtospeech. I coded the interface for a new "language model" that is in that case the gradio API. Everything works fine until I use client.predict inside the process function. Then I get "RuntimeError: cannot schedule new futures after shutdown"
the predict function works inside the warmup function.
Any idea what is happening ?