Spaces:
Running
on
Zero
Running
on
Zero
Changed model to phi-4
Browse files
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/
|
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()
|