Add Space configuration metadata
Browse files
README.md
CHANGED
@@ -83,6 +83,18 @@ Remember to put the pre-trained models in `checkpoints/timit_2` directory respec
|
|
83 |
```
|
84 |
|
85 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
86 |
# ParaLip Video Dubbing
|
87 |
|
88 |
This is a Hugging Face Space that provides video dubbing capabilities using the ParaLip model. The model can generate lip-synchronized videos in multiple languages.
|
|
|
83 |
```
|
84 |
|
85 |
|
86 |
+
---
|
87 |
+
title: ParaLip Video Dubbing
|
88 |
+
emoji: 🎥
|
89 |
+
colorFrom: blue
|
90 |
+
colorTo: purple
|
91 |
+
sdk: gradio
|
92 |
+
sdk_version: 4.0.0
|
93 |
+
app_file: app.py
|
94 |
+
pinned: false
|
95 |
+
license: mit
|
96 |
+
---
|
97 |
+
|
98 |
# ParaLip Video Dubbing
|
99 |
|
100 |
This is a Hugging Face Space that provides video dubbing capabilities using the ParaLip model. The model can generate lip-synchronized videos in multiple languages.
|