smileyc commited on
Commit
7b31ea8
·
1 Parent(s): 71dd8d5

fix: remove tilde causing strikethrough in Markdown

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -303,8 +303,8 @@ with gr.Blocks(title="🎥 MCP Video Agent") as demo:
303
  gr.Markdown(f"""
304
  ### ⚡ Key Innovation: Smart Frame Caching
305
 
306
- **First Query**: Video is analyzed deeply and cached (~8-12 seconds)
307
- **Follow-up Queries**: Instant responses using cached context (~2-3 seconds, 90% cost reduction!)
308
  **Cache Duration**: 1 hour - ask multiple questions without reprocessing
309
 
310
  ---
 
303
  gr.Markdown(f"""
304
  ### ⚡ Key Innovation: Smart Frame Caching
305
 
306
+ **First Query**: Video is analyzed deeply and cached (8-12 seconds)
307
+ **Follow-up Queries**: Instant responses using cached context (2-3 seconds, 90% cost reduction!)
308
  **Cache Duration**: 1 hour - ask multiple questions without reprocessing
309
 
310
  ---