alexnasa commited on
Commit
4754c0c
·
verified ·
1 Parent(s): 3ac7bb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
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)), and the model weights are under Coqui Public Model License 1.0.0 ([LICENSE-MODEL](./LICENSE-MODEL)). Note that we use some of the code from other repository that are under different licenses: `./models/codebooks_patterns.py` is under MIT license; `./models/modules`, `./steps/optim.py`, `data/tokenizer.py` are under Apache License, Version 2.0; the phonemizer we used is under GNU 3.0 License.
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