Update app.py
Browse files
app.py
CHANGED
|
@@ -55,8 +55,10 @@ import click
|
|
| 55 |
@click.option("--share", is_flag=True, default=False, help="Enable sharing of the interface.")
|
| 56 |
def main(debug, share):
|
| 57 |
with gr.Blocks() as demo:
|
| 58 |
-
gr.Markdown("<center><h1 style='font-size: 40px;'>Auto Subtitle Generator</h1></center>")
|
| 59 |
gr.Markdown("Need to improve the SRT generation code.")
|
|
|
|
|
|
|
| 60 |
with gr.Row():
|
| 61 |
with gr.Column():
|
| 62 |
upload_file = gr.File(label="Upload Audio or Video File")
|
|
|
|
| 55 |
@click.option("--share", is_flag=True, default=False, help="Enable sharing of the interface.")
|
| 56 |
def main(debug, share):
|
| 57 |
with gr.Blocks() as demo:
|
| 58 |
+
gr.Markdown("<center><h1 style='font-size: 40px;'>Auto Subtitle Generator </h1></center>")
|
| 59 |
gr.Markdown("Need to improve the SRT generation code.")
|
| 60 |
+
gr.Markdown("[Try on Google Colab](hhttps://colab.research.google.com/github/NeuralFalconYT/parakeet-tdt-subtitle/blob/main/Free_Subtitle.ipynb")
|
| 61 |
+
|
| 62 |
with gr.Row():
|
| 63 |
with gr.Column():
|
| 64 |
upload_file = gr.File(label="Upload Audio or Video File")
|