Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ 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 + diarization + speculative decoding with Indexify</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 |
|
@@ -58,7 +58,7 @@ with gr.Blocks(
|
|
58 |
|
59 |
"<p style='color: #A0A0A0;'>Use this demo for audio files only up to 60 mins long. "
|
60 |
"You can transcribe longer files and try various other extractors locally with "
|
61 |
-
"<a href='https://getindexify.
|
62 |
)
|
63 |
|
64 |
audio_file = gr.Audio(sources=["microphone", "upload"], type="filepath")
|
|
|
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 |
|
|
|
58 |
|
59 |
"<p style='color: #A0A0A0;'>Use this demo for audio files only up to 60 mins long. "
|
60 |
"You can transcribe longer files and try various other extractors locally with "
|
61 |
+
"<a href='https://getindexify.ai/'>Indexify</a>.</p>"
|
62 |
)
|
63 |
|
64 |
audio_file = gr.Audio(sources=["microphone", "upload"], type="filepath")
|