nnsohamnn commited on
Commit
a174693
·
verified ·
1 Parent(s): f527b68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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! Built using the
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?."]