JPLTedCas commited on
Commit
6f3ebe1
1 Parent(s): 6366d7d

Delete templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +0 -46
templates/index.html DELETED
@@ -1,46 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
-
4
- <head>
5
- <meta charset="UTF-8">
6
-
7
- <title>TedCas Speech Recognition Modelo Cliente-Servidor</title>
8
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
9
-
10
-
11
- </head>
12
- <body>
13
- <!-- Agregar un logotipo desde una URL -->
14
- <img src="https://tse4.mm.bing.net/th?id=OIP.KUs6tP0b1rKLZ5lBq7JAEQHaDS&pid=Api&P=0&h=180" alt="Logotipo de la empresa" width="300" >
15
-
16
- <h1>TedCas Speech Recognition Modelo Cliente-Servidor</h1>
17
- <p>{{ recognized_text }}</p>
18
-
19
- <div id="controls">
20
- <button id="recordButton">Record</button>
21
- <button id="pauseButton" disabled>Pause</button>
22
- <button id="stopButton" disabled>Stop</button>
23
- </div>
24
- <div id="formats">Format: start recording to see sample rate</div>
25
- <p><strong>Recordings:</strong></p>
26
- <ol id="recordingsList"></ol>
27
-
28
-
29
-
30
-
31
-
32
- <!-- inserting these scripts at the end to be able to use all the elements in the DOM -->
33
- <script src="https://cdn.rawgit.com/mattdiamond/Recorderjs/08e7abd9/dist/recorder.js"></script>
34
- <script src="/static/js/app.js"></script>
35
- <!-- Agrega un cuadro de texto para mostrar la respuesta -->
36
- <!--<input type="text" id="responseTextBox" readonly>-->
37
- <div id="textElement">
38
- <!-- El texto plano se mostrará aquí -->
39
- </div>
40
-
41
-
42
-
43
- </body>
44
- </html>
45
-
46
-