suraj-self commited on
Commit
d598116
·
1 Parent(s): d420af1

last commit

Browse files
Files changed (1) hide show
  1. app.py +3 -4
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
- "If Sarah has 10 pencils and gives 4 to her friend, how many pencils does she have left?",
71
- "Write a Python function to calculate the area of a circle.",
72
- "Which part of a plant is usually responsible for making food using sunlight?",
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