jmanhype
commited on
Commit
Β·
d352675
1
Parent(s):
cc7f780
chore: update README and Space configuration
Browse files
README.md
CHANGED
@@ -1,40 +1,21 @@
|
|
1 |
---
|
2 |
-
title: MuseV
|
3 |
-
emoji:
|
4 |
colorFrom: blue
|
5 |
colorTo: red
|
6 |
-
sdk:
|
7 |
-
|
8 |
-
|
9 |
pinned: false
|
10 |
-
|
11 |
-
disable_embedding: true
|
12 |
-
fullscreen: true
|
13 |
---
|
14 |
|
15 |
-
# MuseV
|
16 |
|
17 |
-
|
18 |
|
19 |
-
|
20 |
|
21 |
-
|
22 |
-
- Visual condition support
|
23 |
-
- High-quality video generation
|
24 |
|
25 |
-
|
26 |
-
|
27 |
-
## Usage
|
28 |
-
|
29 |
-
1. Enter your prompt describing the video you want to generate
|
30 |
-
2. Upload a reference image
|
31 |
-
3. Adjust parameters like seed, FPS, dimensions, etc.
|
32 |
-
4. Click generate and wait for the results
|
33 |
-
|
34 |
-
## Model Details
|
35 |
-
|
36 |
-
The model will be automatically downloaded when you first run the demo.
|
37 |
-
|
38 |
-
## Credits
|
39 |
-
|
40 |
-
Created by Lyra Lab, Tencent Music Entertainment
|
|
|
1 |
---
|
2 |
+
title: MuseV
|
3 |
+
emoji: π΅
|
4 |
colorFrom: blue
|
5 |
colorTo: red
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 3.50.2
|
8 |
+
app_file: scripts/gradio/app.py
|
9 |
pinned: false
|
10 |
+
license: apache-2.0
|
|
|
|
|
11 |
---
|
12 |
|
13 |
+
# MuseV Space
|
14 |
|
15 |
+
Updated: 2024-12-05 20:15
|
16 |
|
17 |
+
This is a Hugging Face Space for the MuseV project.
|
18 |
|
19 |
+
## Running the Space
|
|
|
|
|
20 |
|
21 |
+
The Space runs a Gradio interface for MuseV.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|