hysts HF staff commited on
Commit
8e506ce
1 Parent(s): 2873c82

Update for lora-library org

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ from trainer import Trainer
15
 
16
  TITLE = '# LoRA DreamBooth Training UI'
17
 
18
- ORIGINAL_SPACE_ID = 'hysts/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
 
 
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