Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -279,7 +279,7 @@ def image_processing(image, filter_type):
|
|
279 |
|
280 |
return cv2.cvtColor(output, cv2.COLOR_BGR2RGB) if len(output.shape) == 3 else output
|
281 |
|
282 |
-
model="flux-lora-film-noir"
|
283 |
imagegen = pipeline("imagegen", model)
|
284 |
|
285 |
def image_gen(image):
|
|
|
279 |
|
280 |
return cv2.cvtColor(output, cv2.COLOR_BGR2RGB) if len(output.shape) == 3 else output
|
281 |
|
282 |
+
model="https://huggingface.co/dvyio/flux-lora-film-noir"
|
283 |
imagegen = pipeline("imagegen", model)
|
284 |
|
285 |
def image_gen(image):
|