Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ with gr.Blocks(css=css) as ai_chat:
|
|
97 |
gr.ChatInterface(
|
98 |
generate,
|
99 |
additional_inputs=additional_inputs,
|
100 |
-
examples=[["List fun activities in Boston."], ["How to spend a weekend in San Francisco?"], ["What is the secret to life?"], ["Write me a recipe for a quick vegeterain breakfast."],["What is the future for software developers?."]
|
101 |
["Create a plan for daily healthy habbits."], ["What is optogenetic simulation?"], ["How to conduct a neuroscience experiment using holography?"], ["Tell me lifestyle of people living in Auckland, NZ"], ["Make a tour plan for Los Angeles metro area."]]
|
102 |
)
|
103 |
|
|
|
97 |
gr.ChatInterface(
|
98 |
generate,
|
99 |
additional_inputs=additional_inputs,
|
100 |
+
examples=[["List fun activities in Boston."], ["How to spend a weekend in San Francisco?"], ["What is the secret to life?"], ["Write me a recipe for a quick vegeterain breakfast."],["What is the future for software developers?."],
|
101 |
["Create a plan for daily healthy habbits."], ["What is optogenetic simulation?"], ["How to conduct a neuroscience experiment using holography?"], ["Tell me lifestyle of people living in Auckland, NZ"], ["Make a tour plan for Los Angeles metro area."]]
|
102 |
)
|
103 |
|