alexnasa commited on
Commit
1542170
·
verified ·
1 Parent(s): 4d45213

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ run_name = time.strftime("%m%d-%H%M")
125
 
126
  num_inputs = 6
127
 
128
- ckpt_root = "./checkpoints/XVerse"
129
  model.clear_modulation_adapters()
130
  model.pipe.unload_lora_weights()
131
  if not os.path.exists(ckpt_root):
 
125
 
126
  num_inputs = 6
127
 
128
+ ckpt_root = "/data/checkpoints/XVerse"
129
  model.clear_modulation_adapters()
130
  model.pipe.unload_lora_weights()
131
  if not os.path.exists(ckpt_root):