MuntasirHossain commited on
Commit
fece52c
1 Parent(s): 34c616c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="sky")) as demo:
104
  clear_btn="Clear",
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()
 
104
  clear_btn="Clear",
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 Generative AI can 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()