marquesafonso commited on
Commit
1cd29a5
·
1 Parent(s): 13329f0

fix dockerfile user issue (6)

Browse files
Files changed (2) hide show
  1. .dockerignore +0 -1
  2. static/landing_page.html +2 -2
.dockerignore CHANGED
@@ -1,4 +1,3 @@
1
- .gitignore
2
  __pycache__/
3
  Pipfile
4
  Pipfile.lock
 
 
1
  __pycache__/
2
  Pipfile
3
  Pipfile.lock
static/landing_page.html CHANGED
@@ -141,11 +141,11 @@
141
  </head>
142
  <body>
143
  <div class="container">
144
- <h1>Multilang-ASR-Captioner</h1>
145
  <p>A multilingual automatic speech recognition and video captioning tool using faster whisper.</p>
146
  <p>Supports real-time translation to english. Runs on consumer grade cpu.</p>
147
  <a href="/submit_video/" class="button submit">Submit Video</a>
148
- <a href="/docs" class="button docs">Documentation</a>
149
  </div>
150
  <!-- Footer -->
151
  <div class="footer">
 
141
  </head>
142
  <body>
143
  <div class="container">
144
+ <h1>Multilang ASR Subtitler</h1>
145
  <p>A multilingual automatic speech recognition and video captioning tool using faster whisper.</p>
146
  <p>Supports real-time translation to english. Runs on consumer grade cpu.</p>
147
  <a href="/submit_video/" class="button submit">Submit Video</a>
148
+ <a href="/docs/" class="button docs">Documentation</a>
149
  </div>
150
  <!-- Footer -->
151
  <div class="footer">