gradio
gradio copied to clipboard
Send ETA before Processing in Queue
Is your feature request related to a problem? Please describe.
Sending an estimation message while process is starting would create a better UX.
Describe the solution you'd like
Currently we are sending a message when the process starts, so we could put the estimation inside it.
{"msg": "process_starts", **estimation}