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