jonathanrstern
commited on
Commit
•
ffe90d5
1
Parent(s):
194051d
from file
Browse files- __pycache__/handler.cpython-39.pyc +0 -0
- handler.py +1 -1
__pycache__/handler.cpython-39.pyc
CHANGED
Binary files a/__pycache__/handler.cpython-39.pyc and b/__pycache__/handler.cpython-39.pyc differ
|
|
handler.py
CHANGED
@@ -4,7 +4,7 @@ from diffusers import StableDiffusionPipeline
|
|
4 |
|
5 |
class EndpointHandler():
|
6 |
def __init__(self, path=""):
|
7 |
-
self.pipeline = StableDiffusionPipeline.from_single_file("
|
8 |
|
9 |
def __call__(self, data: Dict[str, Any]) -> List[Dict[str, Any]]:
|
10 |
"""
|
|
|
4 |
|
5 |
class EndpointHandler():
|
6 |
def __init__(self, path=""):
|
7 |
+
self.pipeline = StableDiffusionPipeline.from_single_file("https://huggingface.co/artificialguybr/LogoRedmond-LogoLoraForSDXL/blob/main/LogoRedmond_LogoRedAF.safetensors")
|
8 |
|
9 |
def __call__(self, data: Dict[str, Any]) -> List[Dict[str, Any]]:
|
10 |
"""
|