Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -47,9 +47,11 @@ with gr.Blocks(
|
|
47 |
title="ASR + diarization + speculative decoding with Indexify"
|
48 |
) as audio_demo:
|
49 |
|
50 |
-
gr.HTML("<h1 style='text-align: center'>ASR +
|
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 |
|
54 |
with gr.Row():
|
55 |
with gr.Column():
|
|
|
47 |
title="ASR + diarization + speculative decoding with Indexify"
|
48 |
) as audio_demo:
|
49 |
|
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():
|
57 |
with gr.Column():
|