Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
SWivid committed Nov 18, 2024
1 parent 058b446 commit 194bf1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "f5-tts"
version = "0.1.1"
version = "0.1.2"
description = "F5-TTS: A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching"
readme = "README.md"
license = {text = "MIT License"}
Expand Down
2 changes: 1 addition & 1 deletion src/f5_tts/model/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def __getitem__(self, index):
audio_path = row["audio_path"]
text = row["text"]
duration = row["duration"]

# filter by given length
if 0.3 <= duration <= 30:
break # valid
Expand Down

0 comments on commit 194bf1e

Please sign in to comment.