change description a little
Browse files
app.py
CHANGED
@@ -61,11 +61,10 @@ demo = gr.ChatInterface(
|
|
61 |
),
|
62 |
],
|
63 |
title="Meta Llama 3 8B Instruct",
|
64 |
-
description="
|
65 |
examples=[
|
66 |
["What is the capital of France?"],
|
67 |
-
["What is the
|
68 |
-
["What is the currency of Japan?"],
|
69 |
],
|
70 |
cache_examples=False,
|
71 |
)
|
|
|
61 |
),
|
62 |
],
|
63 |
title="Meta Llama 3 8B Instruct",
|
64 |
+
description="A little bit of sarcasm doesn't kill anyone right? :)))",
|
65 |
examples=[
|
66 |
["What is the capital of France?"],
|
67 |
+
["What is the answer of 2+2?"],
|
|
|
68 |
],
|
69 |
cache_examples=False,
|
70 |
)
|