Update app.py
Browse files
app.py
CHANGED
@@ -101,6 +101,6 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="sky")) as demo:
|
|
101 |
clear_btn="Clear",
|
102 |
# description="This AI agent is using the MuntasirHossain/Meta-Llama-3-8B-OpenOrca-GGUF model for text-generation.",
|
103 |
# additional_inputs=additional_inputs,
|
104 |
-
examples=[["What is a large language model?"], ["What is the meaning of life?"], ["Write a short
|
105 |
)
|
106 |
demo.queue().launch()
|
|
|
101 |
clear_btn="Clear",
|
102 |
# description="This AI agent is using the MuntasirHossain/Meta-Llama-3-8B-OpenOrca-GGUF model for text-generation.",
|
103 |
# additional_inputs=additional_inputs,
|
104 |
+
examples=[["What is a large language model?"], ["What is the meaning of life?"], ["Write a short story about a fictional planet named 'Orca'."]]
|
105 |
)
|
106 |
demo.queue().launch()
|