eswardivi commited on
Commit
4828909
1 Parent(s): deaeb85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,6 +93,6 @@ demo = gr.ChatInterface(
93
  ],
94
  stop_btn="Stop Generation",
95
  title="Chat With LLMs",
96
- description="Now Running [microsoft/Phi-3-mini-128k-instruct](https://huggingface.com/microsoft/Phi-3-mini-128k-instruct)"
97
  )
98
  demo.launch()
 
93
  ],
94
  stop_btn="Stop Generation",
95
  title="Chat With LLMs",
96
+ description="Now Running [microsoft/Phi-3-mini-128k-instruct](https://huggingface.co/microsoft/Phi-3-mini-128k-instruct)"
97
  )
98
  demo.launch()