jmanhype commited on
Commit
d352675
Β·
1 Parent(s): cc7f780

chore: update README and Space configuration

Browse files
Files changed (1) hide show
  1. README.md +11 -30
README.md CHANGED
@@ -1,40 +1,21 @@
1
  ---
2
- title: MuseV Demo
3
- emoji: πŸŽ₯
4
  colorFrom: blue
5
  colorTo: red
6
- sdk: docker
7
- dockerfile: scripts/gradio/Dockerfile
8
- app_port: 7860
9
  pinned: false
10
- skip_vscode: true
11
- disable_embedding: true
12
- fullscreen: true
13
  ---
14
 
15
- # MuseV Demo
16
 
17
- This is a Hugging Face Space for MuseV: Infinite-length and High Fidelity Virtual Human Video Generation with Visual Conditioned Parallel Denoising.
18
 
19
- ## Features
20
 
21
- - Text-to-Video generation
22
- - Visual condition support
23
- - High-quality video generation
24
 
25
- For more details, visit the [GitHub repository](https://github.com/TMElyralab/MuseV).
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.