Upload handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -16,7 +16,7 @@ def compile_pipeline(pipe):
|
|
16 |
return pipe
|
17 |
|
18 |
class EndpointHandler:
|
19 |
-
def __init__(self, **kwargs: Any) -> None: # type: ignore
|
20 |
is_compile = False
|
21 |
#repo_id = "camenduru/FLUX.1-dev-diffusers"
|
22 |
repo_id = "NoMoreCopyright/FLUX.1-dev-test"
|
|
|
16 |
return pipe
|
17 |
|
18 |
class EndpointHandler:
|
19 |
+
def __init__(self, path="", **kwargs: Any) -> None: # type: ignore
|
20 |
is_compile = False
|
21 |
#repo_id = "camenduru/FLUX.1-dev-diffusers"
|
22 |
repo_id = "NoMoreCopyright/FLUX.1-dev-test"
|