updated lite

This commit is contained in:
Concedo 2023-06-16 16:27:23 +08:00
parent 0971f83bca
commit ae88eec40b
2 changed files with 20 additions and 9 deletions

File diff suppressed because one or more lines are too long

View file

@ -415,6 +415,7 @@ class ServerRequestHandler(http.server.SimpleHTTPRequestHandler):
self.end_headers()
self.wfile.write(json.dumps({"success": ("true" if ag else "false")}).encode())
print("Generation Aborted")
modelbusy = False
return
if self.path.endswith('/api/extra/generate/check'):