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:
@ -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>
|
||||
|
Reference in New Issue
Block a user