Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
docs: Add hyperlinks to Qwen2.5-Coder in app description
Browse files
app.py
CHANGED
@@ -233,8 +233,8 @@ with gr.Blocks() as demo:
|
|
233 |
gr.Markdown(
|
234 |
"""
|
235 |
# π Video Composer
|
236 |
-
Add video, image and audio assets and let Qwen2.5-Coder compose a new video.
|
237 |
-
**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.**
|
238 |
""",
|
239 |
elem_id="header",
|
240 |
)
|
|
|
233 |
gr.Markdown(
|
234 |
"""
|
235 |
# π Video Composer
|
236 |
+
Add video, image and audio assets and let [Qwen2.5-Coder](https://huggingface.co/Qwen/Qwen2.5-Coder-32B) compose a new video.
|
237 |
+
**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.**
|
238 |
""",
|
239 |
elem_id="header",
|
240 |
)
|