Spaces:
Configuration error
Configuration error
unknown
commited on
Commit
·
9eb0d1d
1
Parent(s):
e941976
add to suport audio name , audio.wav , full audio path , add note
Browse files
src/f5_tts/train/finetune_gradio.py
CHANGED
@@ -1379,6 +1379,10 @@ for tutorial and updates check here (https://github.com/SWivid/F5-TTS/discussion
|
|
1379 |
|
1380 |
with gr.Tabs():
|
1381 |
with gr.TabItem("transcribe Data"):
|
|
|
|
|
|
|
|
|
1382 |
ch_manual = gr.Checkbox(label="audio from path", value=False)
|
1383 |
|
1384 |
mark_info_transcribe = gr.Markdown(
|
@@ -1451,6 +1455,10 @@ Using the extended model, you can fine-tune to a new language that is missing sy
|
|
1451 |
)
|
1452 |
|
1453 |
with gr.TabItem("prepare Data"):
|
|
|
|
|
|
|
|
|
1454 |
gr.Markdown(
|
1455 |
"""```plaintext
|
1456 |
place all your wavs folder and your metadata.csv file in {your name project}
|
|
|
1379 |
|
1380 |
with gr.Tabs():
|
1381 |
with gr.TabItem("transcribe Data"):
|
1382 |
+
gr.Markdown("""```plaintext
|
1383 |
+
Skip this step if you have your dataset, metadata.csv, and a folder wavs with all the audio files.
|
1384 |
+
```""")
|
1385 |
+
|
1386 |
ch_manual = gr.Checkbox(label="audio from path", value=False)
|
1387 |
|
1388 |
mark_info_transcribe = gr.Markdown(
|
|
|
1455 |
)
|
1456 |
|
1457 |
with gr.TabItem("prepare Data"):
|
1458 |
+
gr.Markdown("""```plaintext
|
1459 |
+
Skip this step if you have your dataset, raw.arrow , duraction.json and vocab.txt
|
1460 |
+
```""")
|
1461 |
+
|
1462 |
gr.Markdown(
|
1463 |
"""```plaintext
|
1464 |
place all your wavs folder and your metadata.csv file in {your name project}
|