Spaces:
Sleeping
Sleeping
Shane Weisz
commited on
Commit
·
e72e99e
1
Parent(s):
f98cc97
Update disclaimer to say researchers not developers
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ The system is built by fine-tuning [DialoGPT](https://huggingface.co/microsoft/D
|
|
16 |
"""
|
17 |
|
18 |
ARTICLE = f"""
|
19 |
-
_Please note:
|
20 |
|
21 |
|
22 |
**Model:** {DEFAULT_MODEL}<br>
|
|
|
16 |
"""
|
17 |
|
18 |
ARTICLE = f"""
|
19 |
+
_Please note: This system is simply a prototype and cannot be guaranteed to always generate appropriate responses. Any inappropriate views or responses expressed by the system should not be construed as reflective of the views or values of the researchers._
|
20 |
|
21 |
|
22 |
**Model:** {DEFAULT_MODEL}<br>
|