MuntasirHossain commited on
Commit
a215d38
·
verified ·
1 Parent(s): 92466aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 this planet. The plot of the story is about the planet's mysterious human-like intelligence and their survival in extreme conditions."]]
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()