changed class name
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -14,7 +14,7 @@ import base64
|
|
14 |
import qrcode
|
15 |
|
16 |
|
17 |
-
class
|
18 |
def __init__(
|
19 |
self,
|
20 |
controlnet_path="DionTimmer/controlnet_qrcode-control_v11p_sd21",
|
|
|
14 |
import qrcode
|
15 |
|
16 |
|
17 |
+
class EndpointHandler:
|
18 |
def __init__(
|
19 |
self,
|
20 |
controlnet_path="DionTimmer/controlnet_qrcode-control_v11p_sd21",
|