Update app.py
Browse files
app.py
CHANGED
|
@@ -630,7 +630,7 @@ with gr.Blocks(css="footer {display:none !important}") as demo:
|
|
| 630 |
gr.Markdown(
|
| 631 |
"""
|
| 632 |
# 🎬 Generative Video Editor
|
| 633 |
-
Generate and
|
| 634 |
""",
|
| 635 |
elem_id="header",
|
| 636 |
)
|
|
|
|
| 630 |
gr.Markdown(
|
| 631 |
"""
|
| 632 |
# 🎬 Generative Video Editor
|
| 633 |
+
Generate and run video editing commands that will combine, edit and transform your uploaded audio, images and video files using natural language requests.
|
| 634 |
""",
|
| 635 |
elem_id="header",
|
| 636 |
)
|