Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -297,7 +297,7 @@
|
|
297 |
const result = await client.predict("/predict", {
|
298 |
text: text,
|
299 |
name_model: voiceModels[voice],
|
300 |
-
speaking_rate:
|
301 |
});
|
302 |
console.log("Prediction result:", result);
|
303 |
|
|
|
297 |
const result = await client.predict("/predict", {
|
298 |
text: text,
|
299 |
name_model: voiceModels[voice],
|
300 |
+
speaking_rate: speed
|
301 |
});
|
302 |
console.log("Prediction result:", result);
|
303 |
|