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 have searched to see if a similar issue already exists.
Is your feature request related to a problem? Please describe.
When I add a queue with btn.click(trigger_mode="multiple"), I can only know how many queues there are at the moment when I add the queue.
When the task shows the progress for the long running job, I cannot see the how many queues there are in the UI.
For example, as in this video, I can only know how many queues there are at the moment when I add the queue:
Flashing.Queue.mp4
Describe the solution you'd like
Always show how many queues there are during the progress :
Additional context
This is the sample code I used for the video: ( gradio==5.10.0 )
Thanks for your hardwork!..
Is your feature request related to a problem? Please describe.
When I add a queue with
btn.click(trigger_mode="multiple")
, I can only know how many queues there are at the moment when I add the queue.When the task shows the progress for the long running job, I cannot see the how many queues there are in the UI.
For example, as in this video, I can only know how many queues there are at the moment when I add the queue:
Flashing.Queue.mp4
Describe the solution you'd like
Always show how many queues there are during the progress :
Additional context
This is the sample code I used for the video: (
gradio==5.10.0
)I always thank to the gradio team!..
The text was updated successfully, but these errors were encountered: