remove title
Browse files
app.py
CHANGED
@@ -60,7 +60,6 @@ demo = gr.ChatInterface(
|
|
60 |
label="Top-p (nucleus sampling)",
|
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?"],
|
|
|
60 |
label="Top-p (nucleus sampling)",
|
61 |
),
|
62 |
],
|
|
|
63 |
description="A little bit of sarcasm doesn't kill anyone right? :)))",
|
64 |
examples=[
|
65 |
["What is the capital of France?"],
|