sagar007 commited on
Commit
62917d6
1 Parent(s): 7f73770

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def chatbot(message, history):
50
  demo = gr.ChatInterface(
51
  chatbot,
52
  title="Fine-tuned Phi-3.5 Chatbot",
53
- description="This is a chatbot using a fine-tuned version of the Phi-2 model.",
54
  theme="default",
55
  examples=[
56
  "Explain the concept of machine learning.",
 
50
  demo = gr.ChatInterface(
51
  chatbot,
52
  title="Fine-tuned Phi-3.5 Chatbot",
53
+ description="This is a chatbot using a fine-tuned version of the Phi-3.5 mini model.",
54
  theme="default",
55
  examples=[
56
  "Explain the concept of machine learning.",