diptanuc commited on
Commit
7dbddd8
1 Parent(s): 39b9d23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -50,7 +50,8 @@ with gr.Blocks(
50
  gr.HTML("<h1 style='text-align: center'>ASR + Diarization + speculative decoding with <a href='https://getindexify.ai/'>Indexify</a></h1>")
51
  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>")
52
  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>")
53
- gr.HTML("<h3 style='text-align: center'>If you want to build a pipeline for continous transcription, here is an <a href='https://github.com/tensorlakeai/indexify/blob/main/docs/docs/examples/asrdiarization_rag.ipynb' target='_blank'>example</a>!</h3>")
 
54
 
55
 
56
  with gr.Row():
 
50
  gr.HTML("<h1 style='text-align: center'>ASR + Diarization + speculative decoding with <a href='https://getindexify.ai/'>Indexify</a></h1>")
51
  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>")
52
  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>")
53
+ 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>")
54
+
55
 
56
 
57
  with gr.Row():