bestofaiml commited on
Commit
b23d861
1 Parent(s): 87630d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -101,7 +101,7 @@ demo = gr.ChatInterface(
101
  ),
102
  ],
103
  stop_btn="Stop Generation",
104
- title="Chat With LLMs",
105
- description="Now Running [microsoft/Phi-3-mini-128k-instruct](https://huggingface.co/microsoft/Phi-3-mini-128k-instruct)",
106
  )
107
  demo.launch()
 
101
  ),
102
  ],
103
  stop_btn="Stop Generation",
104
+ title="Experience the Phi-3 Model Now",
105
+ description="The model is operating on limited hardware with high user traffic. You may experience delays or slower responses.",
106
  )
107
  demo.launch()