minor
Browse files
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.""")
|