MuntasirHossain
commited on
Update app.py
Browse files
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=[["
|
116 |
-
["
|
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()
|