Jerry
Results
2
comments of
Jerry
@king-gao thanks for your comment. We are very happy that the report can be helpful to you. I want to talk about the first question. In fact, we measured the...
Same problem, I fixed it in this way. Try to add `queue=False` to the function ``` submit_button_component.click( fn=process, ...... queue=False ) ``` When using `queue=True`(default), Gradio handles requests in a...