Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -62,8 +62,8 @@
|
|
62 |
<script>
|
63 |
function speak() {
|
64 |
const synth = window.speechSynthesis;
|
65 |
-
const utter = new SpeechSynthesisUtterance("
|
66 |
-
utter.lang = '
|
67 |
|
68 |
|
69 |
|
|
|
62 |
<script>
|
63 |
function speak() {
|
64 |
const synth = window.speechSynthesis;
|
65 |
+
const utter = new SpeechSynthesisUtterance("नमस्ते, आप कैसे हैं?");
|
66 |
+
utter.lang = 'hi-IN';
|
67 |
|
68 |
|
69 |
|