Skip to content

Commit

Permalink
Update socket_server.py, to pass format check
Browse files Browse the repository at this point in the history
  • Loading branch information
SWivid authored Nov 4, 2024
1 parent 24cfa9e commit c1c20ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/f5_tts/socket_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def __init__(self, ckpt_file, vocab_file, ref_audio, ref_text, device=None, dtyp
vocab_file=vocab_file,
ode_method="euler",
use_ema=True,
device=self.device
device=self.device,
).to(self.device, dtype=dtype)

# Load the vocoder
Expand Down

0 comments on commit c1c20ed

Please sign in to comment.