Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
chore: rename project to AI Video Composer
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: Video Composer
|
3 |
short_description: Generate video from your assets by asking
|
4 |
emoji: π
|
5 |
colorFrom: red
|
@@ -13,7 +13,7 @@ models:
|
|
13 |
- Qwen/Qwen2.5-Coder-32B-Instruct
|
14 |
---
|
15 |
|
16 |
-
# π Video Composer
|
17 |
|
18 |
Video Composer is an intelligent media processing application that uses natural language instructions to create videos from your media assets. It leverages the Qwen2.5-Coder language model to generate FFmpeg commands based on your requirements.
|
19 |
|
|
|
1 |
---
|
2 |
+
title: AI Video Composer
|
3 |
short_description: Generate video from your assets by asking
|
4 |
emoji: π
|
5 |
colorFrom: red
|
|
|
13 |
- Qwen/Qwen2.5-Coder-32B-Instruct
|
14 |
---
|
15 |
|
16 |
+
# π AI Video Composer
|
17 |
|
18 |
Video Composer is an intelligent media processing application that uses natural language instructions to create videos from your media assets. It leverages the Qwen2.5-Coder language model to generate FFmpeg commands based on your requirements.
|
19 |
|
app.py
CHANGED
@@ -243,7 +243,7 @@ def update(files, prompt, top_p=1, temperature=1):
|
|
243 |
with gr.Blocks() as demo:
|
244 |
gr.Markdown(
|
245 |
"""
|
246 |
-
# π Video Composer
|
247 |
Compose new videos from your assets using natural language. Add video, image and audio assets and let [Qwen2.5-Coder](https://huggingface.co/Qwen/Qwen2.5-Coder-32B) compose a new video.
|
248 |
**Please note: This demo is not a generative AI model, it only uses [Qwen2.5-Coder](https://huggingface.co/Qwen/Qwen2.5-Coder-32B) to generate a valid FFMPEG command based on the input files and the prompt.**
|
249 |
""",
|
|
|
243 |
with gr.Blocks() as demo:
|
244 |
gr.Markdown(
|
245 |
"""
|
246 |
+
# π AI Video Composer
|
247 |
Compose new videos from your assets using natural language. Add video, image and audio assets and let [Qwen2.5-Coder](https://huggingface.co/Qwen/Qwen2.5-Coder-32B) compose a new video.
|
248 |
**Please note: This demo is not a generative AI model, it only uses [Qwen2.5-Coder](https://huggingface.co/Qwen/Qwen2.5-Coder-32B) to generate a valid FFMPEG command based on the input files and the prompt.**
|
249 |
""",
|