Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -105,5 +105,5 @@ demo = gr.ChatInterface(
|
|
105 |
],
|
106 |
stop_btn="Stop Generation",
|
107 |
title="Chat With LLMs",
|
108 |
-
description="Now Running [KissanAI/llama3-8b-dhenu-0.1-sft-16bit](KissanAI/llama3-8b-dhenu-0.1-sft-16bit")
|
109 |
demo.launch()
|
|
|
105 |
],
|
106 |
stop_btn="Stop Generation",
|
107 |
title="Chat With LLMs",
|
108 |
+
description="Now Running [KissanAI/llama3-8b-dhenu-0.1-sft-16bit](KissanAI/llama3-8b-dhenu-0.1-sft-16bit) in 4bit")
|
109 |
demo.launch()
|