DigiP-AI commited on
Commit
dc259b6
·
verified ·
1 Parent(s): 909b9a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -279,8 +279,8 @@ def image_processing(image, filter_type):
279
 
280
  return cv2.cvtColor(output, cv2.COLOR_BGR2RGB) if len(output.shape) == 3 else output
281
 
282
- repo="dvyio/flux-lora-film-noir"
283
- imagegen = pipeline("imagegen", repo)
284
 
285
  def image_gen(image):
286
  return (image)[0]["Image"]
 
279
 
280
  return cv2.cvtColor(output, cv2.COLOR_BGR2RGB) if len(output.shape) == 3 else output
281
 
282
+ model="dvyio/flux-lora-film-noir"
283
+ imagegen = pipeline("imagegen", model)
284
 
285
  def image_gen(image):
286
  return (image)[0]["Image"]