Update app.py
Browse files
app.py
CHANGED
@@ -57,8 +57,8 @@ 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](
|
61 |
-
|
62 |
with gr.Row():
|
63 |
with gr.Column():
|
64 |
upload_file = gr.File(label="Upload Audio or Video File")
|
|
|
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](https://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")
|