Spaces:
Runtime error
Runtime error
refactor: Rename project to Video Composer and update AI model references
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: Video Composer
|
3 |
emoji: π
|
4 |
colorFrom: red
|
5 |
colorTo: yellow
|
@@ -10,4 +10,4 @@ pinned: false
|
|
10 |
disable_embedding: true
|
11 |
---
|
12 |
|
13 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: Video Composer
|
3 |
emoji: π
|
4 |
colorFrom: red
|
5 |
colorTo: yellow
|
|
|
10 |
disable_embedding: true
|
11 |
---
|
12 |
|
13 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
app.py
CHANGED
@@ -227,9 +227,9 @@ def update(files, prompt, top_p=1, temperature=1):
|
|
227 |
with gr.Blocks() as demo:
|
228 |
gr.Markdown(
|
229 |
"""
|
230 |
-
# π
|
231 |
-
Add video, image and audio assets and
|
232 |
-
**Please note: This demo is not a generative AI model, it only uses
|
233 |
""",
|
234 |
elem_id="header",
|
235 |
)
|
|
|
227 |
with gr.Blocks() as demo:
|
228 |
gr.Markdown(
|
229 |
"""
|
230 |
+
# π Video Composer
|
231 |
+
Add video, image and audio assets and let Qwen2.5-Coder compose a new video.
|
232 |
+
**Please note: This demo is not a generative AI model, it only uses Qwen2.5-Coder to generate a valid FFMPEG command based on the input files and the prompt.**
|
233 |
""",
|
234 |
elem_id="header",
|
235 |
)
|