Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -163,8 +163,8 @@ description = """
|
|
163 |
<p style='color: black;'>This is a demo to generate code with <a href="https://huggingface.co/bigcode/starcoder" style='color: #e6b800;'>StarCoder</a>, a 15B parameter model for code generation in 86 programming languages.</p>
|
164 |
</div>
|
165 |
"""
|
166 |
-
disclaimer = """
|
167 |
-
|
168 |
|
169 |
with gr.Blocks(theme=theme, analytics_enabled=False, css=css) as demo:
|
170 |
with gr.Column():
|
|
|
163 |
<p style='color: black;'>This is a demo to generate code with <a href="https://huggingface.co/bigcode/starcoder" style='color: #e6b800;'>StarCoder</a>, a 15B parameter model for code generation in 86 programming languages.</p>
|
164 |
</div>
|
165 |
"""
|
166 |
+
disclaimer = """⚠️<b>Any use or sharing of this demo constitues your acceptance of the BigCode [OpenRAIL-M](https://huggingface.co/spaces/bigcode/bigcode-model-license-agreement) License Agreement and the use restrictions included within.</b>\
|
167 |
+
<br>**Intended Use**: this app and its [supporting model](https://huggingface.co/bigcode) are provided for demonstration purposes; not to serve as replacement for human expertise. For more details on the model's limitations in terms of factuality and biases, see the [model card.](hf.co/bigcode)"""
|
168 |
|
169 |
with gr.Blocks(theme=theme, analytics_enabled=False, css=css) as demo:
|
170 |
with gr.Column():
|