ayymen commited on
Commit
9ff12c8
·
verified ·
1 Parent(s): 7c0c939

Add link to SRT converter

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -258,6 +258,7 @@ 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
  )
262
 
263
  with gr.Row():
@@ -290,6 +291,7 @@ with gr.Blocks(title="NeMo Forced Aligner", theme="huggingface") as demo:
290
  ass_file = gr.File(label="ASS File", visible=False)
291
  word_ctm_file = gr.File(label="Word-level CTM File", visible=False)
292
  segment_ctm_file = gr.File(label="Segment-level CTM File", visible=False)
 
293
 
294
  with gr.Row():
295
  gr.HTML(
 
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():
 
291
  ass_file = gr.File(label="ASS File", visible=False)
292
  word_ctm_file = gr.File(label="Word-level CTM File", visible=False)
293
  segment_ctm_file = gr.File(label="Segment-level CTM File", visible=False)
294
+ gr.Markdown("You can use this [space](https://huggingface.co/spaces/Tamazight-NLP/CTM-to-SRT) to convert CTM files to SRT format.")
295
 
296
  with gr.Row():
297
  gr.HTML(