merterbak commited on
Commit
0d68ad6
·
verified ·
1 Parent(s): d9aee41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -99,8 +99,8 @@ example_messages = {
99
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
100
  gr.Markdown(
101
  """
102
- # Phi-4 Chatbot Demo
103
- Welcome to the Phi-4 Chatbot Demo! You can chat with Microsoft's Phi-4 or Phi-4-mini-instruct models. Adjust the settings on the left to customize the model's responses.
104
  """
105
  )
106
 
 
99
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
100
  gr.Markdown(
101
  """
102
+ # Phi-4 Models Chatbot
103
+ Welcome to the Phi-4 Chatbot! You can chat with Microsoft's Phi-4 or Phi-4-mini-instruct models. Adjust the settings on the left to customize the model's responses.
104
  """
105
  )
106