CarlosMF HF staff commited on
Commit
4e4154a
1 Parent(s): f8097ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -42,7 +42,7 @@ st.markdown("f. **“License Agreement”** means this document.")
42
 
43
  st.markdown("g. **“Licensor”** means the rights owners or entity authorized by the rights owners that are granting the terms and conditions of this License Agreement.")
44
 
45
- st.markdown("h. **“Model”** means any accompanying machine-learning based assemblies (including checkpoints), consisting of learnt weights and parameters (including optimizer states), corresponding to the model architecture as embodied in source code. Source code is not licensed under this License Agreement.")
46
 
47
  st.markdown("i. **“Modifications of the Model”** means all changes to the Model or any other model which is created or initialized by transfer of patterns of the weights, parameters, activations or Output of the Model.")
48
 
@@ -85,7 +85,7 @@ st.markdown("**6. The Output You Generate.** Licensor claims no rights in the O
85
 
86
  st.markdown("## Section IV: OTHER PROVISIONS")
87
 
88
- st.markdown("**7. Updates and Runtime Restrictions.** Licensor reserves the right to restrict (remotely or otherwise) usage of the Model in violation of this License Agreement, update the Model through electronic means, or modify the Output of the Model based on updates.")
89
 
90
  st.markdown("**8. Submission of Contributions.** Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Model by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.")
91
 
42
 
43
  st.markdown("g. **“Licensor”** means the rights owners or entity authorized by the rights owners that are granting the terms and conditions of this License Agreement.")
44
 
45
+ st.markdown("h. **“Model”** means machine-learning based assemblies (including checkpoints), consisting of learnt weights and parameters (including optimizer states), corresponding to a model architecture as embodied in source code. Source code is not licensed under this License Agreement.")
46
 
47
  st.markdown("i. **“Modifications of the Model”** means all changes to the Model or any other model which is created or initialized by transfer of patterns of the weights, parameters, activations or Output of the Model.")
48
 
85
 
86
  st.markdown("## Section IV: OTHER PROVISIONS")
87
 
88
+ st.markdown("**7. Updates and Runtime Restrictions.** Licensor reserves the right to restrict (remotely or otherwise) usage of the Model in violation of this License Agreement.")
89
 
90
  st.markdown("**8. Submission of Contributions.** Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Model by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.")
91