Skip to content

Commit

Permalink
add to suport audio name , audio.wav , full audio path , add note
Browse files Browse the repository at this point in the history
  • Loading branch information
lpscr committed Oct 30, 2024
1 parent e941976 commit 9eb0d1d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/f5_tts/train/finetune_gradio.py
Original file line number Diff line number Diff line change
Expand Up @@ -1379,6 +1379,10 @@ def get_audio_select(file_sample):

with gr.Tabs():
with gr.TabItem("transcribe Data"):
gr.Markdown("""```plaintext
Skip this step if you have your dataset, metadata.csv, and a folder wavs with all the audio files.
```""")

ch_manual = gr.Checkbox(label="audio from path", value=False)

mark_info_transcribe = gr.Markdown(
Expand Down Expand Up @@ -1451,6 +1455,10 @@ def get_audio_select(file_sample):
)

with gr.TabItem("prepare Data"):
gr.Markdown("""```plaintext
Skip this step if you have your dataset, raw.arrow , duraction.json and vocab.txt
```""")

gr.Markdown(
"""```plaintext
place all your wavs folder and your metadata.csv file in {your name project}
Expand Down

0 comments on commit 9eb0d1d

Please sign in to comment.