Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ def respond(
|
|
87 |
demo = gr.ChatInterface(
|
88 |
fn=respond,
|
89 |
title="Bitnet-b1.58-2B-4T Chatbot",
|
90 |
-
description="This chat application is powered by Microsoft BitNet-
|
91 |
examples=[
|
92 |
# Each example: [message, system_message, max_new_tokens, temperature, top_p]
|
93 |
[
|
|
|
87 |
demo = gr.ChatInterface(
|
88 |
fn=respond,
|
89 |
title="Bitnet-b1.58-2B-4T Chatbot",
|
90 |
+
description="This chat application is powered by Microsoft BitNet-b1.58-2B-4T and designed for natural and fast conversations.",
|
91 |
examples=[
|
92 |
# Each example: [message, system_message, max_new_tokens, temperature, top_p]
|
93 |
[
|