fix: Add upload step to description
Browse files
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 |
-
|
| 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 |
)
|