Skip to content

Commit a4564ff

Browse files
committed
formatting changes
1 parent 10912bb commit a4564ff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/tutorials/speech_to_text.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ Then, run the example code:
1313

1414
.. code-block:: bash
1515
simuleval \
16-
--agent whisper_waitk.py \
17-
--source-segment-size 500 \
18-
--waitk-lagging 3 \
19-
--source source.txt --target reference/transcript.txt \
20-
--output output --quality-metrics WER --visualize
16+
--agent whisper_waitk.py \
17+
--source-segment-size 500 \
18+
--waitk-lagging 3 \
19+
--source source.txt --target reference/transcript.txt \
20+
--output output --quality-metrics WER --visualize
2121
2222
The optional :code:`--visualize` tag generates N number of graphs in speech_to_text/output/visual directory where N corresponds to the number of source audio provided. An example graph can be seen `here <https://github.com/facebookresearch/SimulEval/pull/107>`_.
2323

0 commit comments

Comments
 (0)