shamik
commited on
Commit
β’
647484d
1
Parent(s):
c63bd87
updated app.py.
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: Llama3 8b
|
3 |
emoji: π¬
|
4 |
colorFrom: green
|
5 |
colorTo: purple
|
|
|
1 |
---
|
2 |
+
title: π¦ Llama3 8b π¦
|
3 |
emoji: π¬
|
4 |
colorFrom: green
|
5 |
colorTo: purple
|
app.py
CHANGED
@@ -78,6 +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 |
additional_inputs=additional_inputs,
|
82 |
examples=[
|
83 |
["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?"],
|