victor HF staff commited on
Commit
7917c80
β€’
1 Parent(s): 79d6e34

refactor: Rename project to Video Composer and update AI model references

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. app.py +3 -3
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Video Composer GPT-4
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
- # 🏞 GPT-4 Video Composer
231
- Add video, image and audio assets and ask ChatGPT to compose a new video.
232
- **Please note: This demo is not a generative AI model, it only uses GPT-4 to generate a valid FFMPEG command based on the input files and the prompt.**
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
  )