Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
title: Video Composer
|
|
|
3 |
emoji: 🏞
|
4 |
colorFrom: red
|
5 |
colorTo: yellow
|
@@ -8,6 +9,8 @@ sdk_version: 5.6.0
|
|
8 |
app_file: app.py
|
9 |
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 |
+
short_description: Generate video from your assets by asking
|
4 |
emoji: 🏞
|
5 |
colorFrom: red
|
6 |
colorTo: yellow
|
|
|
9 |
app_file: app.py
|
10 |
pinned: false
|
11 |
disable_embedding: true
|
12 |
+
models:
|
13 |
+
- Qwen/Qwen2.5-72B-Instruct
|
14 |
---
|
15 |
|
16 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|