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