Update for lora-library org
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ from trainer import Trainer
|
|
15 |
|
16 |
TITLE = '# LoRA DreamBooth Training UI'
|
17 |
|
18 |
-
ORIGINAL_SPACE_ID = '
|
19 |
SPACE_ID = os.getenv('SPACE_ID', ORIGINAL_SPACE_ID)
|
20 |
SHARED_UI_WARNING = f'''# Attention - This Space doesn't work in this shared UI. You can duplicate and use it with a paid private T4 GPU.
|
21 |
|
|
|
15 |
|
16 |
TITLE = '# LoRA DreamBooth Training UI'
|
17 |
|
18 |
+
ORIGINAL_SPACE_ID = 'lora-library/LoRA-DreamBooth-Training-UI'
|
19 |
SPACE_ID = os.getenv('SPACE_ID', ORIGINAL_SPACE_ID)
|
20 |
SHARED_UI_WARNING = f'''# Attention - This Space doesn't work in this shared UI. You can duplicate and use it with a paid private T4 GPU.
|
21 |
|