Spaces:
Running
on
Zero
Running
on
Zero
Update model.py
Browse files
model.py
CHANGED
@@ -275,12 +275,12 @@ MODEL_CONFIGS = {
|
|
275 |
}
|
276 |
},
|
277 |
"Instrumental Models": {
|
278 |
-
'
|
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, '
|
282 |
'download_urls': [
|
283 |
-
'https://huggingface.co/GaboxR67/MelBandRoformers/resolve/main/melbandroformers/instrumental/
|
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
|