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

fix: Simplify copy, remove 'no code' messaging

Browse files
Files changed (2) hide show
  1. README.md +1 -3
  2. app.py +1 -1
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  title: AI Video Composer - Natural Language FFMPEG
3
- short_description: Control FFMPEG with plain English - no code required
4
  emoji: 🏞
5
  colorFrom: red
6
  colorTo: yellow
@@ -23,8 +23,6 @@ tags:
23
 
24
  # 🏞 AI Video Composer - FFMPEG in Plain English
25
 
26
- **Turn natural language into powerful FFMPEG commands.** No terminal knowledge required.
27
-
28
  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.
29
 
30
  ## How It Works
 
1
  ---
2
  title: AI Video Composer - Natural Language FFMPEG
3
+ short_description: Control FFMPEG with plain English
4
  emoji: 🏞
5
  colorFrom: red
6
  colorTo: yellow
 
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
app.py CHANGED
@@ -580,7 +580,7 @@ with gr.Blocks() as demo:
580
  gr.Markdown(
581
  """
582
  # 🏞 AI Video Composer β€” FFMPEG in Plain English
583
- **No command line needed.** 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",
586
  )
 
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",
586
  )