rishiraj commited on
Commit
71b98b2
1 Parent(s): 4c51ddc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ with gr.Blocks(title="ASR + diarization + speculative decoding with Indexify") a
47
  gr.HTML("<h1 style='text-align: center'>ASR + Diarization + speculative decoding with <a href='https://getindexify.ai/'>Indexify</a></h1>")
48
  gr.HTML("<p style='text-align: center'>Indexify is a scalable realtime and continuous indexing and structured extraction engine for unstructured data to build generative AI applications</p>")
49
  gr.HTML("<h3 style='text-align: center'>If you like this demo, please ⭐ Star us on <a href='https://github.com/tensorlakeai/indexify' target='_blank'>GitHub</a>!</h3>")
50
- gr.HTML("<h4 style='text-align: center'>An example notebook that demonstrates how to build a continous trancription <a href='https://github.com/tensorlakeai/indexify' target='_blank'>pipleine</a> with Indexify</h4>")
51
 
52
  with gr.Row():
53
  with gr.Column():
 
47
  gr.HTML("<h1 style='text-align: center'>ASR + Diarization + speculative decoding with <a href='https://getindexify.ai/'>Indexify</a></h1>")
48
  gr.HTML("<p style='text-align: center'>Indexify is a scalable realtime and continuous indexing and structured extraction engine for unstructured data to build generative AI applications</p>")
49
  gr.HTML("<h3 style='text-align: center'>If you like this demo, please ⭐ Star us on <a href='https://github.com/tensorlakeai/indexify' target='_blank'>GitHub</a>!</h3>")
50
+ gr.HTML("<h4 style='text-align: center'>Here's an example notebook that demonstrates how to build a continous <a href='https://github.com/tensorlakeai/indexify/blob/main/docs/docs/examples/asrdiarization_rag.ipynb' target='_blank'>trancription pipleine</a> with Indexify</h4>")
51
 
52
  with gr.Row():
53
  with gr.Column():