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

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +3 -3
model.py CHANGED
@@ -275,12 +275,12 @@ MODEL_CONFIGS = {
275
  }
276
  },
277
  "Instrumental Models": {
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'
285
  ],
286
  'needs_conf_edit': True
 
275
  }
276
  },
277
  "Instrumental Models": {
278
+ 'Inst_GaboxFv8 (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_GaboxFv8.ckpt',
284
  'https://huggingface.co/GaboxR67/MelBandRoformers/resolve/main/melbandroformers/instrumental/inst_gabox.yaml'
285
  ],
286
  'needs_conf_edit': True