diff --git a/.gitignore b/.gitignore
index ad4a1f1..d0a976e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -173,4 +173,7 @@ poetry.toml
# LSP config files
pyrightconfig.json
+# audio files created by development server
+audio_files
+
# End of https://www.toptal.com/developers/gitignore/api/python
diff --git a/client/index.html b/client/index.html
index f17860c..7807e86 100644
--- a/client/index.html
+++ b/client/index.html
@@ -75,7 +75,7 @@
display: none;
}
-
+
Transcribe a Web Audio Stream with Huggingface VAD + Whisper
@@ -132,11 +132,11 @@ Transcribe a Web Audio Stream with Huggingface VAD + Whisper
-
+
-