MuntasirHossain
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -105,6 +105,6 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="sky")) as demo:
|
|
105 |
# description="This AI agent is using the MuntasirHossain/Meta-Llama-3-8B-OpenOrca-GGUF model for text-generation.",
|
106 |
# additional_inputs=additional_inputs,
|
107 |
examples=[["What is code vulnerability and how can Generative AI help to address code vulnerability?"],
|
108 |
-
["Imagine there is a planet named 'Orca'. Write a short fictional story about
|
109 |
)
|
110 |
demo.queue().launch()
|
|
|
105 |
# description="This AI agent is using the MuntasirHossain/Meta-Llama-3-8B-OpenOrca-GGUF model for text-generation.",
|
106 |
# additional_inputs=additional_inputs,
|
107 |
examples=[["What is code vulnerability and how can Generative AI help to address code vulnerability?"],
|
108 |
+
["Imagine there is a planet named 'Orca' where life exists and the dominant species of the inhabitants are mysterious human-like intelligence. Write a short fictional story about the survival of this dominant species in the planet's extreme conditions. Use your imagination and creativity to set the plot of the story. Keep the story within 500 words."]]
|
109 |
)
|
110 |
demo.queue().launch()
|