victor HF staff commited on
Commit
1264fa9
β€’
1 Parent(s): ccbdb32

docs: Add hyperlinks to Qwen2.5-Coder in app description

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
  )