Spaces:
Runtime error
Runtime error
Commit
·
7d3344b
1
Parent(s):
95c6d61
Update app.py
Browse files
app.py
CHANGED
@@ -520,7 +520,7 @@ with gr.Blocks(title='Claimed', theme=theme) as demo:
|
|
520 |
with gr.Tab("Chat"):
|
521 |
gr.Markdown("""
|
522 |
Do you want a bit more freedom over the outputs you generate? No problem! You can use a chatbot version of our model below. You can ask it anything.
|
523 |
-
We haven't done any filtering, so that we
|
524 |
If you're concerned about any outputs, please get in contact with us to let us know what you saw. We will use this inform the development of later versions of this model.
|
525 |
""")
|
526 |
with gr.Row(scale=1, min_width=600):
|
|
|
520 |
with gr.Tab("Chat"):
|
521 |
gr.Markdown("""
|
522 |
Do you want a bit more freedom over the outputs you generate? No problem! You can use a chatbot version of our model below. You can ask it anything.
|
523 |
+
We haven't done any filtering, so that we can understand exactly which biases/inappropriate responses exist in our model.
|
524 |
If you're concerned about any outputs, please get in contact with us to let us know what you saw. We will use this inform the development of later versions of this model.
|
525 |
""")
|
526 |
with gr.Row(scale=1, min_width=600):
|