Sirus1 commited on
Commit
59e5b45
โ€ข
1 Parent(s): 7d8b147

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -114,9 +114,9 @@ with gr.Blocks(css=css) as demo:
114
 
115
 
116
  with gr.Column(elem_id="col-container"):
117
- gr.Markdown("""## ๐ŸŽž๏ธ VLog Demo
118
  Powered by BLIP2, GRIT, Whisper, ChatGPT and LangChain
119
- Github: [https://github.com/showlab/VLog](https://github.com/showlab/VLog)""",
120
  elem_id="header")
121
  gr.Markdown("*Instruction*: For the current demo, please enter OpenAI api key, select an example video, click the button to generate a document and try chatting over the video ๐Ÿ˜Š", elem_id="hint")
122
  with gr.Row():
 
114
 
115
 
116
  with gr.Column(elem_id="col-container"):
117
+ gr.Markdown("""## ๐ŸŽž๏ธ ChatVideo Demo ![Imgur](https://imgur.com/a/71dk3uR.jpg)
118
  Powered by BLIP2, GRIT, Whisper, ChatGPT and LangChain
119
+ """,
120
  elem_id="header")
121
  gr.Markdown("*Instruction*: For the current demo, please enter OpenAI api key, select an example video, click the button to generate a document and try chatting over the video ๐Ÿ˜Š", elem_id="hint")
122
  with gr.Row():