upgrade gradio

This commit is contained in:
binary-husky
2024-12-07 15:59:30 +08:00
parent a88b119bf0
commit e9a7f9439f
8 changed files with 255 additions and 129 deletions

View File

@@ -92,15 +92,6 @@ js_code_for_persistent_cookie_init = """(web_cookie_cache, cookie) => {
}
"""
# 详见 themes/common.js
js_code_reset = """
(a,b,c)=>{
let stopButton = document.getElementById("elem_stop");
stopButton.click();
return reset_conversation(a,b);
}
"""
js_code_clear = """
(a,b)=>{