Yiqin commited on
Commit
140ae81
β€’
1 Parent(s): f99efcc
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -31,9 +31,7 @@ captioner = Captioner(config)
31
  handler = VicunaHandler(config['vicuna'])
32
 
33
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
34
- gr.Markdown(
35
- "## <h1><center><img src='https://github.com/InvincibleWyq/ChatVID/assets/37479394/1a7f47ca-ffbd-4720-b43a-4304fcaa8657' height=40/> ChatVID</center></h1>"
36
- )
37
  gr.Markdown("""πŸ”₯ [ChatVID](https://github.com/InvincibleWyq/ChatVID) is a
38
  video chatbot. Please give us a ⭐ Star!""")
39
  gr.Markdown("""πŸŽ₯ You may use the example video by clicking it.""")
 
31
  handler = VicunaHandler(config['vicuna'])
32
 
33
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
34
+ gr.Markdown("## <h1><center>ChatVID</center></h1>")
 
 
35
  gr.Markdown("""πŸ”₯ [ChatVID](https://github.com/InvincibleWyq/ChatVID) is a
36
  video chatbot. Please give us a ⭐ Star!""")
37
  gr.Markdown("""πŸŽ₯ You may use the example video by clicking it.""")