Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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.
|
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()
|