akhaliq HF Staff commited on
Commit
2bdd70f
·
verified ·
1 Parent(s): ad5f7a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def respond(message, history):
55
  demo = gr.ChatInterface(
56
  fn=respond,
57
  title="MobileLLM Chat",
58
- description="Chat with Facebook's MobileLLM-R1-950M model",
59
  examples=[
60
  "Write a Python function that returns the square of a number.",
61
  "Compute: 1-2+3-4+5- ... +99-100.",
 
55
  demo = gr.ChatInterface(
56
  fn=respond,
57
  title="MobileLLM Chat",
58
+ description="Chat with Meta MobileLLM-R1-950M",
59
  examples=[
60
  "Write a Python function that returns the square of a number.",
61
  "Compute: 1-2+3-4+5- ... +99-100.",