theSure commited on
Commit
76848ae
Β·
verified Β·
1 Parent(s): b24072b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -254,7 +254,7 @@ with gr.Blocks(
254
  ),
255
  title="Omnieraser"
256
  ) as demo:
257
- base_model_path = "theSure/flux_training"
258
  lora_path = 'theSure/Omnieraser'
259
  load_model(base_model_path=base_model_path, lora_path=lora_path)
260
 
 
254
  ),
255
  title="Omnieraser"
256
  ) as demo:
257
+ base_model_path = "black-forest-labs/FLUX.1-dev"
258
  lora_path = 'theSure/Omnieraser'
259
  load_model(base_model_path=base_model_path, lora_path=lora_path)
260