chenjoya commited on
Commit
2225102
·
1 Parent(s): 53a309e
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -23,8 +23,8 @@ with gr.Blocks() as demo:
23
  gr.Markdown("## LiveCC Real-Time Commentary and Conversation - Gradio Demo")
24
  gr.Markdown("### [LiveCC: Learning Video LLM with Streaming Speech Transcription at Scale (CVPR 2025)](https://showlab.github.io/livecc/)")
25
  gr.Markdown("1️⃣ Select Mode, Real-Time Commentary (LiveCC) or Conversation (Common QA)")
26
- gr.Markdown("2️⃣ (Optional) Input a query. If there is no query, the default query is 'Please describe the video.' ")
27
- gr.Markdown("3️⃣ Click the video, or upload a video.")
28
  gr.Markdown("*Web Gradio has unexpected latency (3s~5s). If you want to enjoy the very real-time experience, please try our CLI demo https://github.com/showlab/livecc*")
29
  gr_state = gr.State({}, render=False) # control all useful state, including kv cache
30
  gr_video_state = gr.JSON({}, visible=False) # only record video state, belong to gr_state but lightweight
 
23
  gr.Markdown("## LiveCC Real-Time Commentary and Conversation - Gradio Demo")
24
  gr.Markdown("### [LiveCC: Learning Video LLM with Streaming Speech Transcription at Scale (CVPR 2025)](https://showlab.github.io/livecc/)")
25
  gr.Markdown("1️⃣ Select Mode, Real-Time Commentary (LiveCC) or Conversation (Common QA)")
26
+ gr.Markdown("2️⃣🅰️ Real-Time Commentary: Input a query (optional) -> Click or upload a video.")
27
+ gr.Markdown("2️⃣🅱️ Conversation: Click or upload a video -> Input a query.")
28
  gr.Markdown("*Web Gradio has unexpected latency (3s~5s). If you want to enjoy the very real-time experience, please try our CLI demo https://github.com/showlab/livecc*")
29
  gr_state = gr.State({}, render=False) # control all useful state, including kv cache
30
  gr_video_state = gr.JSON({}, visible=False) # only record video state, belong to gr_state but lightweight