Spaces:
Runtime error
Runtime error
Commit
β’
83015b3
1
Parent(s):
2ea769d
Add note about CPML (#5)
Browse files- Add note about CPML (42416981afbcd5394b58abbd5dece9508e7f6c88)
Co-authored-by: josh meyer <josh-r-meyer@users.noreply.huggingface.co>
app.py
CHANGED
@@ -190,6 +190,7 @@ with gr.Blocks() as demo:
|
|
190 |
**Note:**
|
191 |
- Video limit is 1 minute. It will dubbling all people using just one voice.
|
192 |
- Generation may take up to 5 minutes.
|
|
|
193 |
- The tool uses open-source models for all models. It's a alpha version.
|
194 |
- Quality can be improved but would require more processing time per video. For scalability and hardware limitations, speed was chosen, not just quality.
|
195 |
- If you need more than 1 minute, duplicate the Space and change the limit on app.py.
|
|
|
190 |
**Note:**
|
191 |
- Video limit is 1 minute. It will dubbling all people using just one voice.
|
192 |
- Generation may take up to 5 minutes.
|
193 |
+
- By using this demo you agree to the terms of the Coqui Public Model License at https://coqui.ai/cpml
|
194 |
- The tool uses open-source models for all models. It's a alpha version.
|
195 |
- Quality can be improved but would require more processing time per video. For scalability and hardware limitations, speed was chosen, not just quality.
|
196 |
- If you need more than 1 minute, duplicate the Space and change the limit on app.py.
|