Fix IMS Toucan API call which was broken by external update.
Browse files- src/synthesize.py +1 -1
src/synthesize.py
CHANGED
@@ -111,7 +111,7 @@ def synth_toucan(text:str, model:str):
|
|
111 |
prosody_creativity=0.1,
|
112 |
duration_scaling_factor=1,
|
113 |
emb1=0,
|
114 |
-
emb2=0,
|
115 |
api_name="/predict"
|
116 |
)
|
117 |
sampling_rate, wav = wavfile.read(result[0])
|
|
|
111 |
prosody_creativity=0.1,
|
112 |
duration_scaling_factor=1,
|
113 |
emb1=0,
|
114 |
+
#emb2=0,
|
115 |
api_name="/predict"
|
116 |
)
|
117 |
sampling_rate, wav = wavfile.read(result[0])
|