Upload files to "test_examples/VoiceToSpeech"
This commit is contained in:
11
test_examples/VoiceToSpeech/index.html
Normal file
11
test_examples/VoiceToSpeech/index.html
Normal 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>
|
Reference in New Issue
Block a user