Fix Space configuration format
Browse files
README.md
CHANGED
@@ -89,10 +89,9 @@ 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
|
@@ -131,18 +130,18 @@ The model uses a combination of:
|
|
131 |
|
132 |
## Model Information
|
133 |
|
134 |
-
This space uses the ParaLip model, which is trained on the
|
135 |
- Transformer-based encoder-decoder
|
136 |
- Duration predictor
|
137 |
- Lip movement generator
|
138 |
|
139 |
## License
|
140 |
|
141 |
-
This project is licensed under the MIT License
|
142 |
|
143 |
## Acknowledgments
|
144 |
|
145 |
-
-
|
146 |
- FastSpeech paper and implementation
|
147 |
- Hugging Face Spaces platform
|
148 |
|
|
|
89 |
colorFrom: blue
|
90 |
colorTo: purple
|
91 |
sdk: gradio
|
92 |
+
sdk_version: "4.0.0"
|
93 |
app_file: app.py
|
94 |
pinned: false
|
|
|
95 |
---
|
96 |
|
97 |
# ParaLip Video Dubbing
|
|
|
130 |
|
131 |
## Model Information
|
132 |
|
133 |
+
This space uses the ParaLip model, which is trained on the TCD-TIMIT dataset. The model architecture is based on FastSpeech and includes:
|
134 |
- Transformer-based encoder-decoder
|
135 |
- Duration predictor
|
136 |
- Lip movement generator
|
137 |
|
138 |
## License
|
139 |
|
140 |
+
This project is licensed under the MIT License.
|
141 |
|
142 |
## Acknowledgments
|
143 |
|
144 |
+
- TCD-TIMIT dataset
|
145 |
- FastSpeech paper and implementation
|
146 |
- Hugging Face Spaces platform
|
147 |
|