We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e084932 commit 70c6474Copy full SHA for 70c6474
open_dubbing/text_to_speech_mms.py
@@ -60,7 +60,7 @@ def _convert_text_to_speech(
60
output_np = np.array([], dtype=np.int16)
61
sampling_rate = 16000
62
logger().warning(
63
- "TextToSpeechMMS._convert_text_to_speech. Model returns input tokens for text '{text}', generating an empty WAV file."
+ f"TextToSpeechMMS._convert_text_to_speech. Model returns input tokens for text '{text}', generating an empty WAV file."
64
)
65
else:
66
with torch.no_grad():
0 commit comments