Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
| 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.",
|