Upload files to "test_examples/VoiceToSpeech"

This commit is contained in:
2024-02-24 12:32:09 +01:00
parent 6e5257fe50
commit 6181a5da83
6 changed files with 1944 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>Audio zu Text</title>
</head>
<body>
<input type="file" accept="audio/*" id="audioFileInput">
<div id="transcriptionResult"></div>
<script src="jav.js"></script>
</body>
</html>