eswardivi commited on
Commit
7448d3b
·
verified ·
1 Parent(s): 456a99a

Changed model to phi-4

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,6 +101,6 @@ demo = gr.ChatInterface(
101
  ],
102
  stop_btn="Stop Generation",
103
  title="Chat With LLMs",
104
- description="Now Running [microsoft/Phi-3-mini-128k-instruct](https://huggingface.co/microsoft/Phi-3-mini-128k-instruct)",
105
  )
106
  demo.launch()
 
101
  ],
102
  stop_btn="Stop Generation",
103
  title="Chat With LLMs",
104
+ description="Now Running [microsoft/phi-4](https://huggingface.co/microsoft/phi-4)",
105
  )
106
  demo.launch()