Skip to content

Commit

Permalink
Add Gradio App to ASR Docs (NVIDIA#5270)
Browse files Browse the repository at this point in the history
Signed-off-by: smajumdar <[email protected]>

Signed-off-by: smajumdar <[email protected]>
(cherry picked from commit e4b6a38)
  • Loading branch information
titu1994 committed Oct 28, 2022
1 parent 15a53ec commit 4b89ffd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/source/asr/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,18 @@ we could integrate a language model that would improve our predictions, as well.

And the entire end-to-end ASR model can be trained at once--a much easier pipeline to handle!

A demo below allows evaluation of NeMo ASR models in multiple langauges from the browser:

.. raw:: html

<iframe src="https://hf.space/embed/smajumdar/nemo_multilingual_language_id/+"
width="100%" class="gradio-asr"></iframe>

<script type="text/javascript" language="javascript">
$('.gradio-asr').css('height', $(window).height()+'px');
</script>


The full documentation tree is as follows:

.. toctree::
Expand Down

0 comments on commit 4b89ffd

Please sign in to comment.