mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-18 10:44:33 +08:00
Encourage people to keep trying when queue full (#2076)
This commit is contained in:
parent
dc437f4161
commit
a87f20bd54
@ -35,7 +35,7 @@ interface PostResponse {
|
||||
error?: string;
|
||||
[x: string]: unknown;
|
||||
}
|
||||
const QUEUE_FULL_MSG = "This application is too busy! Try again soon.";
|
||||
const QUEUE_FULL_MSG = "This application is too busy. Keep trying!";
|
||||
|
||||
async function post_data(
|
||||
url: string,
|
||||
|
Loading…
Reference in New Issue
Block a user