Skip to content

Commit 6feaaf7

Browse files
committed
fix zonos enhance order
1 parent a7a6836 commit 6feaaf7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
setup(
6161
name="taproot",
62-
version="0.3.6", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
62+
version="0.3.7", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
6363
description="Taproot is a seamlessly scalable AI/ML inference engine designed for deployment across hardware clusters with disparate capabilities.",
6464
long_description=open("README.md", "r", encoding="utf-8").read(),
6565
long_description_content_type="text/markdown",

src/taproot/tasks/generation/audio/speech/zonos/task.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ def synthesize(
259259

260260
if enhance:
261261
audio, _ = self.enhance(audio, self.sample_rate)
262+
audio = audio.unsqueeze(0)
262263

263264
if (i < num_texts - 1):
264265
if "speaker" in unconditional_keys:

0 commit comments

Comments
 (0)