Replies: 2 comments 11 replies
-
I was looking for this ages ago but instead I just implemented a queue in the code I use to call Web UI. Might offer you more flexibility and control in the long run. |
Beta Was this translation helpful? Give feedback.
6 replies
-
there is cmdline flag |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am interested in emulating the standard behavior of the Gradio app, which stores queries in a queue and processes them in sequence. Currently, the app can only handle one query at a time, and any additional tasks added while a task is already in progress will be lost and not processed.
As I plan to use the web UI as a backend for an online service and expect to receive queries from multiple users, I am wondering if there is a way to process queries from more people concurrently. Is this feasible?
Beta Was this translation helpful? Give feedback.
All reactions