theSure commited on
Commit
b597317
·
verified ·
1 Parent(s): 50a6090

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -146,7 +146,6 @@ def predict(
146
  gray_image_pil = input_image["layers"][0]
147
  base_model_path = 'black-forest-labs/FLUX.1-dev'
148
  lora_path = 'theSure/Omnieraser'
149
- pipe = load_model(base_model_path, lora_path)
150
  result = pipe(
151
  prompt=prompt,
152
  control_image=input_image["background"].convert("RGB"),
 
146
  gray_image_pil = input_image["layers"][0]
147
  base_model_path = 'black-forest-labs/FLUX.1-dev'
148
  lora_path = 'theSure/Omnieraser'
 
149
  result = pipe(
150
  prompt=prompt,
151
  control_image=input_image["background"].convert("RGB"),