Spaces:
Running
Running
Update inference.py
Browse files- inference.py +1 -1
inference.py
CHANGED
@@ -226,7 +226,7 @@ Output:
|
|
226 |
print("="*50)
|
227 |
return final
|
228 |
|
229 |
-
def text_to_speech(text, output_path, speed
|
230 |
raw_path = "raw_commentary.wav"
|
231 |
|
232 |
# Load multilingual multi-speaker TTS model
|
|
|
226 |
print("="*50)
|
227 |
return final
|
228 |
|
229 |
+
def text_to_speech(text, output_path, speed):
|
230 |
raw_path = "raw_commentary.wav"
|
231 |
|
232 |
# Load multilingual multi-speaker TTS model
|