Commit
·
567979e
1
Parent(s):
8ea5f70
edit transcribe route in html
Browse files- static/landing_page.html +2 -2
static/landing_page.html
CHANGED
|
@@ -144,8 +144,8 @@
|
|
| 144 |
<h1>Multilang-ASR-Captioner</h1>
|
| 145 |
<p>A multilingual automatic speech recognition and video captioning tool using faster whisper.<br>
|
| 146 |
Supports real-time translation to english. Runs on consumer grade cpu.</p>
|
| 147 |
-
<a href="/transcribe_video" class="button submit">Transcribe Video</a>
|
| 148 |
-
<a href="/docs" class="button docs">Documentation</a>
|
| 149 |
</div>
|
| 150 |
<!-- Footer -->
|
| 151 |
<div class="footer">
|
|
|
|
| 144 |
<h1>Multilang-ASR-Captioner</h1>
|
| 145 |
<p>A multilingual automatic speech recognition and video captioning tool using faster whisper.<br>
|
| 146 |
Supports real-time translation to english. Runs on consumer grade cpu.</p>
|
| 147 |
+
<a href="/transcribe_video/" class="button submit">Transcribe Video</a>
|
| 148 |
+
<a href="/docs/" class="button docs">Documentation</a>
|
| 149 |
</div>
|
| 150 |
<!-- Footer -->
|
| 151 |
<div class="footer">
|