felixrosberg commited on
Commit
666e0dc
·
verified ·
1 Parent(s): a344e22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ token = os.environ['model_fetch']
6
 
7
  anonymizer_repo = Repository(local_dir="pipeline", clone_from="felixrosberg/EngageStudiosAutomotiveLoRA", use_auth_token=token)
8
 
9
- from pipeline.sdxl_engage_lora_gradio_UI_class import EngageUI
10
 
11
  ui = EngageUI(lora_path="pipeline/LoRA/sd-midjourney-car-1024-finetuned-lora-rank-128-v8/checkpoint-18000")
12
  ui.run_ui()
 
6
 
7
  anonymizer_repo = Repository(local_dir="pipeline", clone_from="felixrosberg/EngageStudiosAutomotiveLoRA", use_auth_token=token)
8
 
9
+ from pipeline.ui import EngageUI
10
 
11
  ui = EngageUI(lora_path="pipeline/LoRA/sd-midjourney-car-1024-finetuned-lora-rank-128-v8/checkpoint-18000")
12
  ui.run_ui()