igobl commited on
Commit
bc3db4f
·
verified ·
1 Parent(s): 89d7d82

Changed the titles so it matches the model

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 3B Fine-tuned Chat",
131
- description=f"Chat with Llama 3.2 3B 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?",
 
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?",