Spaces:
Running
on
Zero
Running
on
Zero
fix
Browse files
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
|
27 |
-
gr.Markdown("
|
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
|