You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
Thank you for your answer ! unfortunately I had to quickly find a workaround and I threw away the code.
But it was really only calling the gradio api python client inside client.predict that made everything crash.
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 ?
The text was updated successfully, but these errors were encountered: