Update app.py
Browse files
app.py
CHANGED
@@ -449,7 +449,12 @@ with gr.Blocks(theme='sudeepshouche/minimalist', title="Global Dataset Maker") a
|
|
449 |
"38 - LarsNet (kick, snare, cymbals, toms, hihat)",
|
450 |
"39 - Whisper (extract text from audio)",
|
451 |
"40 - BS Roformer (vocals, instrumental)",
|
452 |
-
"41 - MVSep Bass (bass, other)"
|
|
|
|
|
|
|
|
|
|
|
453 |
max_choices=1,
|
454 |
value="11 - Demucs3 Model B (vocals, drums, bass, other)",
|
455 |
label="Model type:",
|
@@ -510,7 +515,12 @@ with gr.Blocks(theme='sudeepshouche/minimalist', title="Global Dataset Maker") a
|
|
510 |
"38 - LarsNet (kick, snare, cymbals, toms, hihat)",
|
511 |
"39 - Whisper (extract text from audio)",
|
512 |
"40 - BS Roformer (vocals, instrumental)",
|
513 |
-
"41 - MVSep Bass (bass, other)"
|
|
|
|
|
|
|
|
|
|
|
514 |
max_choices=1,
|
515 |
value="11 - Demucs3 Model B (vocals, drums, bass, other)",
|
516 |
label="Model type:",
|
@@ -542,6 +552,7 @@ with gr.Blocks(theme='sudeepshouche/minimalist', title="Global Dataset Maker") a
|
|
542 |
)
|
543 |
|
544 |
with gr.TabItem("Changelog"):
|
|
|
545 |
gr.Markdown("v0.99.7 - Temporarily fixed an issue causing a 400 error to happen whenever a youtube url was placed.")
|
546 |
gr.Markdown("v0.99.6 - Added a yt link request method for MVSEP.")
|
547 |
gr.Markdown("v0.99.5 - Added bug fixes and Dropdown instead of button for MVSEP.")
|
|
|
449 |
"38 - LarsNet (kick, snare, cymbals, toms, hihat)",
|
450 |
"39 - Whisper (extract text from audio)",
|
451 |
"40 - BS Roformer (vocals, instrumental)",
|
452 |
+
"41 - MVSep Bass (bass, other)",
|
453 |
+
"42 - MVSep MultiSpeaker (MDX23C)"
|
454 |
+
"43 - MVSEP Multichannel BS (vocals, inst)",
|
455 |
+
"44 - MVSep Drums (drums, other)",
|
456 |
+
"45 - Bandit v2 (speech, music, effects)"
|
457 |
+
],
|
458 |
max_choices=1,
|
459 |
value="11 - Demucs3 Model B (vocals, drums, bass, other)",
|
460 |
label="Model type:",
|
|
|
515 |
"38 - LarsNet (kick, snare, cymbals, toms, hihat)",
|
516 |
"39 - Whisper (extract text from audio)",
|
517 |
"40 - BS Roformer (vocals, instrumental)",
|
518 |
+
"41 - MVSep Bass (bass, other)",
|
519 |
+
"42 - MVSep MultiSpeaker (MDX23C)"
|
520 |
+
"43 - MVSEP Multichannel BS (vocals, inst)",
|
521 |
+
"44 - MVSep Drums (drums, other)",
|
522 |
+
"45 - Bandit v2 (speech, music, effects)"
|
523 |
+
],
|
524 |
max_choices=1,
|
525 |
value="11 - Demucs3 Model B (vocals, drums, bass, other)",
|
526 |
label="Model type:",
|
|
|
552 |
)
|
553 |
|
554 |
with gr.TabItem("Changelog"):
|
555 |
+
gr.Markdown("v0.99.8 - Added new MVSep models.")
|
556 |
gr.Markdown("v0.99.7 - Temporarily fixed an issue causing a 400 error to happen whenever a youtube url was placed.")
|
557 |
gr.Markdown("v0.99.6 - Added a yt link request method for MVSEP.")
|
558 |
gr.Markdown("v0.99.5 - Added bug fixes and Dropdown instead of button for MVSEP.")
|