MuntasirHossain commited on
Commit
b87c9e2
·
verified ·
1 Parent(s): 3215305

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -112,9 +112,7 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="sky")) as demo:
112
  # description="This AI agent is using the MuntasirHossain/Meta-Llama-3-8B-OpenOrca-GGUF model for text-generation.",
113
  # additional_inputs=additional_inputs,
114
  # examples=[["What is a large language model?"], ["What is the meaning of life?"], ["Write a short story about a fictional planet named 'Orca'."]]
115
- examples=[["0.5x + 9x + 4.3x = 500. What is the value of x?"], ["x^2 + 3x^2 = 16. What is the value of x?"],
116
- ["John earns $15/hour for his job at the supermarket. He worked 7 hours and 20 minutes yesterday. How much did he earn? "],
117
- ["Julie had 17 plums, she ate 12 of them, threw away 3 of them as they turned bad and bought 5 new. How many plums does she have now?"],
118
- ["What is the meaning of life?"], ["Write a short story about a fictional planet named 'Orca'."]]
119
  )
120
  demo.queue().launch()
 
112
  # description="This AI agent is using the MuntasirHossain/Meta-Llama-3-8B-OpenOrca-GGUF model for text-generation.",
113
  # additional_inputs=additional_inputs,
114
  # examples=[["What is a large language model?"], ["What is the meaning of life?"], ["Write a short story about a fictional planet named 'Orca'."]]
115
+ examples=[["Julie had 17 plums, she ate 12 of them, threw away 3 of them as they turned bad and bought 5 new. How many plums does she have now?"],
116
+ ["Write a short story about a fictional planet named 'Orca'."]]
 
 
117
  )
118
  demo.queue().launch()