Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -481,8 +481,12 @@ def get_app():
|
|
481 |
</div>
|
482 |
""")
|
483 |
gr.Markdown("## License")
|
484 |
-
gr.Markdown("The codebase is under CC BY-NC-SA 4.0 ([LICENSE-CODE](./LICENSE-CODE)),
|
485 |
-
")
|
|
|
|
|
|
|
|
|
486 |
|
487 |
|
488 |
|
|
|
481 |
</div>
|
482 |
""")
|
483 |
gr.Markdown("## License")
|
484 |
+
gr.Markdown("The codebase is under CC BY-NC-SA 4.0 ([LICENSE-CODE](./LICENSE-CODE)), "
|
485 |
+
"and the model weights are under Coqui Public Model License 1.0.0 ([LICENSE-MODEL](./LICENSE-MODEL)). "
|
486 |
+
"Note that we use some of the code from other repository that are under different licenses: "
|
487 |
+
"`./models/codebooks_patterns.py` is under MIT license; "
|
488 |
+
"`./models/modules`, `./steps/optim.py`, `data/tokenizer.py` are under Apache License, Version 2.0; "
|
489 |
+
"the phonemizer we used is under GNU 3.0 License.")
|
490 |
|
491 |
|
492 |
|