Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -104,6 +104,6 @@ demo = gr.ChatInterface(
|
|
| 104 |
],
|
| 105 |
stop_btn="Stop Generation",
|
| 106 |
title="Chat With LLMs",
|
| 107 |
-
description="Now Running
|
| 108 |
)
|
| 109 |
demo.launch()
|
|
|
|
| 104 |
],
|
| 105 |
stop_btn="Stop Generation",
|
| 106 |
title="Chat With LLMs",
|
| 107 |
+
description="Now Running [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) in 4bit"
|
| 108 |
)
|
| 109 |
demo.launch()
|