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

fix: Add upload step to description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- 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
+ Upload your media files, 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
  )