shamik
commited on
Commit
β’
f1ba17c
1
Parent(s):
647484d
updated app.py.
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ additional_inputs=[
|
|
78 |
gr.ChatInterface(
|
79 |
fn=generate,
|
80 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
81 |
-
title= "Have a chat with llama 3 8B π¦"
|
82 |
additional_inputs=additional_inputs,
|
83 |
examples=[
|
84 |
["Can you explain briefly to me what is the Python programming language?"],
|
|
|
78 |
gr.ChatInterface(
|
79 |
fn=generate,
|
80 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
81 |
+
title= "Have a chat with llama 3 8B π¦",
|
82 |
additional_inputs=additional_inputs,
|
83 |
examples=[
|
84 |
["Can you explain briefly to me what is the Python programming language?"],
|