Yannael_LB commited on
Commit
2f0ab63
1 Parent(s): 9fa0e9e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ css = """
45
  with (gr.Blocks(css=css) as app):
46
  gr.HTML("<div align='center'><h1>Demo: Automatic video chaptering with LLMs and TF-IDF</h1></div>")
47
  gr.HTML("<div align='center'><h2>From raw transcript to structured document</h2></div>")
48
- gr.HTML("<div align='center'><h3>See the companion <a href=''>Medium article</a> and <a href=''>Github repository</a> for more details</h3>")
49
  gr.HTML("<hr>")
50
 
51
  video_id_input = gr.Dropdown(choices=example_video_names,
 
45
  with (gr.Blocks(css=css) as app):
46
  gr.HTML("<div align='center'><h1>Demo: Automatic video chaptering with LLMs and TF-IDF</h1></div>")
47
  gr.HTML("<div align='center'><h2>From raw transcript to structured document</h2></div>")
48
+ gr.HTML("<div align='center'><h3>See the companion <a href='https://ya-lb.medium.com/automate-video-chaptering-with-llms-and-tf-idf-f6569fd4d32b'>Medium article</a> and <a href='https://github.com/Yannael/automatic-video-chaptering'>Github repository</a> for more details</h3>")
49
  gr.HTML("<hr>")
50
 
51
  video_id_input = gr.Dropdown(choices=example_video_names,