Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -52,8 +52,6 @@ with gr.Blocks(
|
|
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():
|
58 |
with gr.Column():
|
59 |
gr.HTML(
|
|
|
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 |
with gr.Row():
|
56 |
with gr.Column():
|
57 |
gr.HTML(
|