victor HF staff commited on
Commit
efecaed
Β·
1 Parent(s): 345e642
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -244,8 +244,8 @@ 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
  """,
250
  elem_id="header",
251
  )
 
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-Instruct) 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-Instruct) to generate a valid FFMPEG command based on the input files and the prompt.**
249
  """,
250
  elem_id="header",
251
  )