Spaces:
Running
on
Zero
Running
on
Zero
gokaygokay
commited on
Commit
•
342d7e7
1
Parent(s):
1bdd41f
Update app.py
Browse files
app.py
CHANGED
@@ -128,7 +128,8 @@ demo = gr.ChatInterface(
|
|
128 |
undo_btn="Undo",
|
129 |
clear_btn="Clear",
|
130 |
submit_btn="Send",
|
131 |
-
|
|
|
132 |
chatbot=gr.Chatbot(
|
133 |
scale=1,
|
134 |
likeable=False,
|
|
|
128 |
undo_btn="Undo",
|
129 |
clear_btn="Clear",
|
130 |
submit_btn="Send",
|
131 |
+
title="Chat with Gemma 2 using llama.cpp",
|
132 |
+
description="Defaults to 27B it (you can switch to 9b it from additional inputs)",
|
133 |
chatbot=gr.Chatbot(
|
134 |
scale=1,
|
135 |
likeable=False,
|