Spaces:
Sleeping
Sleeping
youzarsiph
commited on
Commit
·
84472fa
1
Parent(s):
049bc65
update description
Browse files
app.py
CHANGED
@@ -53,10 +53,10 @@ def chat(
|
|
53 |
# UI
|
54 |
star_coder = gr.ChatInterface(
|
55 |
chat,
|
56 |
-
title="Star
|
57 |
theme="soft",
|
58 |
-
description="Star Coder 2 is a code assistant
|
59 |
-
"
|
60 |
additional_inputs=[
|
61 |
gr.Textbox(
|
62 |
value="You are a friendly senior software engineer.",
|
|
|
53 |
# UI
|
54 |
star_coder = gr.ChatInterface(
|
55 |
chat,
|
56 |
+
title="Star Coder 2",
|
57 |
theme="soft",
|
58 |
+
description="Star Coder 2 is a advanced code assistant for software developers, "
|
59 |
+
"built on top of the BigCode StarCoder 2 15B model.",
|
60 |
additional_inputs=[
|
61 |
gr.Textbox(
|
62 |
value="You are a friendly senior software engineer.",
|