Spaces:
Sleeping
Sleeping
Commit ·
d598116
1
Parent(s): d420af1
last commit
Browse files
app.py
CHANGED
|
@@ -67,10 +67,9 @@ with gr.Blocks() as demo:
|
|
| 67 |
title="⚡ SimpleAI-259M",
|
| 68 |
description="**Fast. Focused. Simple.** A lightweight general intelligence model optimized for reasoning and logic.",
|
| 69 |
examples=[
|
| 70 |
-
"
|
| 71 |
-
"Write a
|
| 72 |
-
"
|
| 73 |
-
"What is the capital of France?"
|
| 74 |
]
|
| 75 |
)
|
| 76 |
|
|
|
|
| 67 |
title="⚡ SimpleAI-259M",
|
| 68 |
description="**Fast. Focused. Simple.** A lightweight general intelligence model optimized for reasoning and logic.",
|
| 69 |
examples=[
|
| 70 |
+
"Explain neural network?",
|
| 71 |
+
"Write a python function to calculate the area of a circle.",
|
| 72 |
+
"Why is the sky blue?"
|
|
|
|
| 73 |
]
|
| 74 |
)
|
| 75 |
|