mjavaid commited on
Commit
c53d7c3
·
1 Parent(s): 322634a
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -93,10 +93,10 @@ def generate_response(message, history):
93
  demo = gr.ChatInterface(
94
  generate_response,
95
  title="Falcon3-Mamba-R1-v0 Chat",
96
- description="Chat with the Falcon3-Mamba-R1-v0 model. This is a hybrid Falcon-Mamba architecture.",
97
- examples=["Tell me about yourself",
98
- "Explain quantum computing like I'm 10",
99
- "Write a short poem about AI"],
100
  theme="soft"
101
  )
102
 
 
93
  demo = gr.ChatInterface(
94
  generate_response,
95
  title="Falcon3-Mamba-R1-v0 Chat",
96
+ description="Chat with the Falcon3-Mamba-R1-v0 model.",
97
+ examples=[
98
+ "How does the surface area of moon compare with that of earth?",
99
+ "Why it takes 8 minutes for sunlight to reach earth?"],
100
  theme="soft"
101
  )
102