NeuralFalcon commited on
Commit
6652e04
·
verified ·
1 Parent(s): 1aa2fdf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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](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")
 
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")