Update app.py
Browse files
app.py
CHANGED
@@ -284,10 +284,19 @@ with gr.Blocks(theme='ParityError/Interstellar', title="Global Dataset Maker") a
|
|
284 |
"55 - Phantom Centre extraction (by wesleyr36)",
|
285 |
"56 - MVSep DnR v3 (speech, music, sfx)",
|
286 |
"57 - MVSep Male/Female separation",
|
287 |
-
"58 - MVSep Organ (organ, other)"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
288 |
],
|
289 |
max_choices=1,
|
290 |
-
value="
|
291 |
label="Model type:",
|
292 |
interactive=True,
|
293 |
type='index'
|
@@ -329,10 +338,8 @@ with gr.Blocks(theme='ParityError/Interstellar', title="Global Dataset Maker") a
|
|
329 |
)
|
330 |
|
331 |
with gr.TabItem("Changelog"):
|
|
|
332 |
gr.Markdown("v1.3 - Added more MVSep models.")
|
333 |
gr.Markdown("v1.2 - Added an option (in mp4 to mp3/wav converter) to have the output file be a random filename.")
|
334 |
-
gr.Markdown("v1.1 - Added new tool: Convert many audio files to one file.")
|
335 |
-
gr.Markdown("v1 - Not the most exciting v1 release. **Removed yt functions as they are no longer working.**")
|
336 |
-
gr.Markdown("v0.99.9 - Added new tool: Split audio file by duration.")
|
337 |
|
338 |
app.launch()
|
|
|
284 |
"55 - Phantom Centre extraction (by wesleyr36)",
|
285 |
"56 - MVSep DnR v3 (speech, music, sfx)",
|
286 |
"57 - MVSep Male/Female separation",
|
287 |
+
"58 - MVSep Organ (organ, other)",
|
288 |
+
"59 - AudioSR (Super Resolution)",
|
289 |
+
"60 - FlashSR (Super Resolution)",
|
290 |
+
"61 - MVSep Saxophone (saxophone, other)",
|
291 |
+
"62 - Stable Audio Open Gen",
|
292 |
+
"63 - BS Roformer SW (vocals, bass, drums, guitar, piano, other)",
|
293 |
+
"64 - Parakeet (extract text from audio)",
|
294 |
+
"65 - MVSep Violin (violin, other)",
|
295 |
+
"66 - MVSep Acoustic Guitar (acoustic-guitar, other)",
|
296 |
+
"67 - MVSep Flute (flute, other)"
|
297 |
],
|
298 |
max_choices=1,
|
299 |
+
value="63 - BS Roformer SW (vocals, bass, drums, guitar, piano, other)",
|
300 |
label="Model type:",
|
301 |
interactive=True,
|
302 |
type='index'
|
|
|
338 |
)
|
339 |
|
340 |
with gr.TabItem("Changelog"):
|
341 |
+
gr.Markdown("v1.4 - Added more MVSep and changed default model.")
|
342 |
gr.Markdown("v1.3 - Added more MVSep models.")
|
343 |
gr.Markdown("v1.2 - Added an option (in mp4 to mp3/wav converter) to have the output file be a random filename.")
|
|
|
|
|
|
|
344 |
|
345 |
app.launch()
|