Update app.py
Browse files
app.py
CHANGED
@@ -642,7 +642,8 @@ Trained with stop words removed for context (input) and more data""")
|
|
642 |
with gr.Blocks() as demo:
|
643 |
gr.Markdown(""" > This chatbot is created as part of the Group Project Practical Assessment for University of Liverpool's CSCK507 Natural Language Processing and Understanding (June 2023)
|
644 |
|
645 |
-
> Disclaimer: Please be advised that this chatbot is an AI language model designed to generate responses based on patterns in data it has been trained on (Ubuntu Dialogue Dataset).
|
|
|
646 |
gr.TabbedInterface([norm188, norm219, norm219sw], ["188M", "219M", "219M-SW"])
|
647 |
gr.TabbedInterface([attn188, attn219, attn219sw], ["188M", "219M", "219M-SW"])
|
648 |
|
|
|
642 |
with gr.Blocks() as demo:
|
643 |
gr.Markdown(""" > This chatbot is created as part of the Group Project Practical Assessment for University of Liverpool's CSCK507 Natural Language Processing and Understanding (June 2023)
|
644 |
|
645 |
+
> Disclaimer: Please be advised that this chatbot is an AI language model designed to generate responses based on patterns in data it has been trained on (Ubuntu Dialogue Dataset).
|
646 |
+
While efforts have been made to ensure that the responses generated are appropriate and respectful, there is a possibility that the chatbot may occasionally produce content that could be offensive, vulgar, or inappropriate.""")
|
647 |
gr.TabbedInterface([norm188, norm219, norm219sw], ["188M", "219M", "219M-SW"])
|
648 |
gr.TabbedInterface([attn188, attn219, attn219sw], ["188M", "219M", "219M-SW"])
|
649 |
|