Changed the titles so it matches the model
Browse files
app.py
CHANGED
|
@@ -127,8 +127,8 @@ def chat(message, history):
|
|
| 127 |
# Create Gradio ChatInterface
|
| 128 |
demo = gr.ChatInterface(
|
| 129 |
fn=chat,
|
| 130 |
-
title="Llama 3.2
|
| 131 |
-
description=f"Chat with Llama 3.2
|
| 132 |
examples=[
|
| 133 |
"Explain what boolean operators are and how they work in programming.",
|
| 134 |
"What is the difference between short-circuit evaluation and normal evaluation?",
|
|
|
|
| 127 |
# Create Gradio ChatInterface
|
| 128 |
demo = gr.ChatInterface(
|
| 129 |
fn=chat,
|
| 130 |
+
title="Llama 3.2 1B Fine-tuned with Fine Tome Chat",
|
| 131 |
+
description=f"Chat with Llama 3.2 1B using Hugging Face Transformers (CPU inference)\n\nModel: `{MODEL_REPO}`",
|
| 132 |
examples=[
|
| 133 |
"Explain what boolean operators are and how they work in programming.",
|
| 134 |
"What is the difference between short-circuit evaluation and normal evaluation?",
|