Gyaneshere commited on
Commit
74a24b2
·
verified ·
1 Parent(s): 50cd1ca

Update app.py

Browse files

updated examples

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -351,8 +351,8 @@ When citing search results, mention the source, and ensure your answer reflects
351
  # Example queries
352
  gr.Examples(
353
  examples=[
354
- "Explain the difference between Transformers and RNNs in deep learning.",
355
- "Write a Python function to find prime numbers within a specific range.",
356
  "Summarize the key concepts of reinforcement learning."
357
  ],
358
  inputs=msg
 
351
  # Example queries
352
  gr.Examples(
353
  examples=[
354
+ "Explain how Llama 4 uses Mixture of Experts.",
355
+ "Write a Python function to find composite numbers within a specific range.",
356
  "Summarize the key concepts of reinforcement learning."
357
  ],
358
  inputs=msg