lshzhm commited on
Commit
a808f30
·
1 Parent(s): 1488c83

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -8
README.md CHANGED
@@ -1,12 +1,15 @@
1
- <div align="center">
2
- <p align="center">
3
- <h2>DeepAudio-V1</h2>
4
- <a href="https://arxiv.org/">Paper</a> | <a href="https://pages.github.com/">Webpage</a> | <a href="https://huggingface.co/">Models</a>
5
- </p>
6
- </div>
 
 
 
7
 
8
 
9
- ## [DeepAudio-V1:Towards Multi-Modal Multi-Stage End-to-End Video to Speech and Audio Generation](https://pages.github.com/)
10
 
11
 
12
  ## Installation
@@ -34,7 +37,7 @@ conda install cudnn
34
 
35
  **Pretrained models**
36
 
37
- The models are available at https://huggingface.co/. See [MODELS.md](./MODELS.md) for more details.
38
 
39
  ## Inference
40
 
 
1
+ ---
2
+ title: DeepAudio-V1
3
+ emoji: 🔊
4
+ colorFrom: blue
5
+ colorTo: indigo
6
+ sdk: gradio
7
+ app_file: app.py
8
+ pinned: false
9
+ ---
10
 
11
 
12
+ ## DeepAudio-V1:Towards Multi-Modal Multi-Stage End-to-End Video to Speech and Audio Generation
13
 
14
 
15
  ## Installation
 
37
 
38
  **Pretrained models**
39
 
40
+ The models are available at https://huggingface.co/lshzhm/DeepAudio-V1. See [MODELS.md](./MODELS.md) for more details.
41
 
42
  ## Inference
43