English
John6666 commited on
Commit
428b5a8
·
verified ·
1 Parent(s): 4d19bf1

Upload handler.py

Browse files
Files changed (1) hide show
  1. 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"