Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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"),
|