Update app.py
Browse files
app.py
CHANGED
@@ -223,7 +223,7 @@ with gr.Blocks(theme='NoCrypt/miku', title="Global Dataset Maker") as app:
|
|
223 |
[gr.Text(label="Result")]
|
224 |
)
|
225 |
with gr.TabItem("Changelog"):
|
226 |
-
gr.Markdown("v0.91 - Added mp3 file
|
227 |
gr.Markdown("v0.90a - Fixed bug that if 'show_amount_of_files_and_file_dur' was False, split wav files would not be deleted.")
|
228 |
gr.Markdown("v0.90 - Added mp3 support for downloading a Youtube video.")
|
229 |
gr.Markdown("v0.85 - Fixed bug in pitch analyzer if no audio file was given.")
|
|
|
223 |
[gr.Text(label="Result")]
|
224 |
)
|
225 |
with gr.TabItem("Changelog"):
|
226 |
+
gr.Markdown("v0.91 - Added mp3 file support for single file splitting, and also fixed bug if neither output.wav or output.mp3 exists.")
|
227 |
gr.Markdown("v0.90a - Fixed bug that if 'show_amount_of_files_and_file_dur' was False, split wav files would not be deleted.")
|
228 |
gr.Markdown("v0.90 - Added mp3 support for downloading a Youtube video.")
|
229 |
gr.Markdown("v0.85 - Fixed bug in pitch analyzer if no audio file was given.")
|