victor HF Staff commited on
Commit
c723cac
·
1 Parent(s): bd146a2

fix: Replace em dashes with colons/commas

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +1 -1
README.md CHANGED
@@ -23,7 +23,7 @@ tags:
23
 
24
  # 🏞 AI Video Composer - FFMPEG in Plain English
25
 
26
- Describe what you want in plain English "create a slideshow from these images with background music" or "add a waveform visualization to this audio" and AI generates the exact FFMPEG command to make it happen.
27
 
28
  ## How It Works
29
 
 
23
 
24
  # 🏞 AI Video Composer - FFMPEG in Plain English
25
 
26
+ Describe what you want in plain English, like "create a slideshow from these images with background music" or "add a waveform visualization to this audio", and AI generates the exact FFMPEG command to make it happen.
27
 
28
  ## How It Works
29
 
app.py CHANGED
@@ -579,7 +579,7 @@ mcp_interface = gr.Interface(
579
  with gr.Blocks() as demo:
580
  gr.Markdown(
581
  """
582
- # 🏞 AI Video Composer FFMPEG in Plain English
583
  Describe what you want and AI generates the FFMPEG command. Create slideshows, add music, merge clips, visualize audio waveforms, and more.
584
  """,
585
  elem_id="header",
 
579
  with gr.Blocks() as demo:
580
  gr.Markdown(
581
  """
582
+ # 🏞 AI Video Composer: FFMPEG in Plain English
583
  Describe what you want and AI generates the FFMPEG command. Create slideshows, add music, merge clips, visualize audio waveforms, and more.
584
  """,
585
  elem_id="header",