MuntasirHossain
commited on
Commit
•
8c68d29
1
Parent(s):
f1247eb
Update app.py
Browse files
app.py
CHANGED
@@ -106,4 +106,4 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="sky")) as demo:
|
|
106 |
examples=[["What is code vulnerability and how Generative AI can help to address code vulnerability?"],
|
107 |
["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."]]
|
108 |
)
|
109 |
-
demo.queue().launch()
|
|
|
106 |
examples=[["What is code vulnerability and how Generative AI can help to address code vulnerability?"],
|
107 |
["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."]]
|
108 |
)
|
109 |
+
demo.queue().launch()
|