Spaces:
Running
on
Zero
Running
on
Zero
Update model.py
Browse files
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, '
|
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'
|