fix strange error where env variables are not read but somehow cashed. fixed by renaming the .env variable.

addind auto-detect of tts language
This commit is contained in:
Dobromir Popov
2024-06-10 12:45:23 +03:00
parent aac600ebaf
commit 11de0b27d2
12 changed files with 91 additions and 36 deletions

View File

@ -61,6 +61,11 @@
onclick="copyToClipboard('transcription')">
Copy
</button>
<button id="clearButton"
class="absolute top-0 right-20 px-2 py-1 text-sm font-medium text-gray-700 bg-gray-200 hover:bg-gray-300 rounded-br-lg focus:outline-none"
onclick="transcription.value = ''">
Clear
</button>
</div>
<canvas id="canvas" class="w-full"></canvas>
<script>