Spaces:
Configuration error
Configuration error
Yushen CHEN
commited on
Update socket_server.py, to pass format check
Browse files
src/f5_tts/socket_server.py
CHANGED
@@ -26,7 +26,7 @@ class TTSStreamingProcessor:
|
|
26 |
vocab_file=vocab_file,
|
27 |
ode_method="euler",
|
28 |
use_ema=True,
|
29 |
-
device=self.device
|
30 |
).to(self.device, dtype=dtype)
|
31 |
|
32 |
# Load the vocoder
|
|
|
26 |
vocab_file=vocab_file,
|
27 |
ode_method="euler",
|
28 |
use_ema=True,
|
29 |
+
device=self.device,
|
30 |
).to(self.device, dtype=dtype)
|
31 |
|
32 |
# Load the vocoder
|