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
+19 -9
View File
File diff suppressed because one or more lines are too long
+1
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'):