antony-pk-g commited on
Commit
49cbbc0
1 Parent(s): 5115975

Description Updated

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -91,7 +91,7 @@ demo = gr.ChatInterface(
91
  ),
92
  ],
93
  stop_btn="Stop Generation",
94
- title="Chat With LLMs",
95
- description="Now Running [microsoft/Phi-3-mini-4k-instruct](https://huggingface.com/microsoft/Phi-3-mini-4k-instruct)"
96
  )
97
  demo.launch()
 
91
  ),
92
  ],
93
  stop_btn="Stop Generation",
94
+ title="Chat With antony-pk/Phi-3-mini-4k-instruct-erpnext model",
95
+ description="Now Running [antony-pk/Phi-3-mini-4k-instruct-erpnext](https://huggingface.com/antony-pk/Phi-3-mini-4k-instruct-erpnext)"
96
  )
97
  demo.launch()