ayymen commited on
Commit
458aad6
·
verified ·
1 Parent(s): 9ff12c8

Fix markdown

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -258,8 +258,8 @@ with gr.Blocks(title="NeMo Forced Aligner", theme="huggingface") as demo:
258
  gr.Markdown(
259
  "Demo for [NeMo Forced Aligner](https://github.com/NVIDIA/NeMo/tree/main/tools/nemo_forced_aligner) (NFA). "
260
  "Upload audio and (optionally) the text spoken in the audio to generate a video where each part of the text will be highlighted as it is spoken. ",
261
- "You can also download CTM and ASS files to add subtitles to your videos."
262
  )
 
263
 
264
  with gr.Row():
265
 
 
258
  gr.Markdown(
259
  "Demo for [NeMo Forced Aligner](https://github.com/NVIDIA/NeMo/tree/main/tools/nemo_forced_aligner) (NFA). "
260
  "Upload audio and (optionally) the text spoken in the audio to generate a video where each part of the text will be highlighted as it is spoken. ",
 
261
  )
262
+ gr.Markdown("You can also download CTM and ASS files to add subtitles to your videos. ")
263
 
264
  with gr.Row():
265