Update app.py
Browse files
app.py
CHANGED
@@ -49,8 +49,7 @@ def chat(message, history):
|
|
49 |
interface = gr.ChatInterface(
|
50 |
fn=chat,
|
51 |
title="Conv GPT 💬",
|
52 |
-
description="""Welcome to Conv GPT, a custom-trained transformer-based chatbot from SCRATCH!
|
53 |
-
GPT architecture, this model is trained on the DailyDialog dataset to
|
54 |
provide conversational responses.""",
|
55 |
theme="default",
|
56 |
examples=["How are you?", "What is your favorite hobby?."]
|
|
|
49 |
interface = gr.ChatInterface(
|
50 |
fn=chat,
|
51 |
title="Conv GPT 💬",
|
52 |
+
description="""Welcome to Conv GPT, a custom-trained transformer-based chatbot from SCRATCH! This model is trained on the DailyDialog dataset and fine-tuned on the BlendedTalk dataset to
|
|
|
53 |
provide conversational responses.""",
|
54 |
theme="default",
|
55 |
examples=["How are you?", "What is your favorite hobby?."]
|