Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -233,7 +233,7 @@
|
|
| 233 |
const transcription = await sttPipeline(audio);
|
| 234 |
addLog(`User: ${transcription.text}`);
|
| 235 |
|
| 236 |
-
const botResponse = `I heard you say: "${transcription.text}"
|
| 237 |
addLog(`Bot: ${botResponse}`);
|
| 238 |
|
| 239 |
const speechOutput = await ttsPipeline(botResponse);
|
|
|
|
| 233 |
const transcription = await sttPipeline(audio);
|
| 234 |
addLog(`User: ${transcription.text}`);
|
| 235 |
|
| 236 |
+
const botResponse = `I heard you say: "${transcription.text}".`;
|
| 237 |
addLog(`Bot: ${botResponse}`);
|
| 238 |
|
| 239 |
const speechOutput = await ttsPipeline(botResponse);
|