ASesYusuf1 commited on
Commit
a1deb6a
·
verified ·
1 Parent(s): bba4b5d

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +1 -1
model.py CHANGED
@@ -278,7 +278,7 @@ MODEL_CONFIGS = {
278
  'inst_gaboxBv4 (by Gabox)': {
279
  'model_type': 'mel_band_roformer',
280
  'config_path': os.path.join(CHECKPOINT_DIR, 'inst_gabox.yaml'),
281
- 'start_check_point': os.path.join(CHECKPOINT_DIR, 'Inst_GaboxFv8.ckpt'),
282
  'download_urls': [
283
  'https://huggingface.co/GaboxR67/MelBandRoformers/resolve/main/melbandroformers/instrumental/inst_gaboxBv4.ckpt',
284
  'https://huggingface.co/GaboxR67/MelBandRoformers/resolve/main/melbandroformers/instrumental/inst_gabox.yaml'
 
278
  'inst_gaboxBv4 (by Gabox)': {
279
  'model_type': 'mel_band_roformer',
280
  'config_path': os.path.join(CHECKPOINT_DIR, 'inst_gabox.yaml'),
281
+ 'start_check_point': os.path.join(CHECKPOINT_DIR, 'inst_gaboxBv4.ckpt'),
282
  'download_urls': [
283
  'https://huggingface.co/GaboxR67/MelBandRoformers/resolve/main/melbandroformers/instrumental/inst_gaboxBv4.ckpt',
284
  'https://huggingface.co/GaboxR67/MelBandRoformers/resolve/main/melbandroformers/instrumental/inst_gabox.yaml'