Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ with gr.Blocks(css=css) as ai_chat:
|
|
99 |
generate,
|
100 |
additional_inputs=additional_inputs,
|
101 |
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 vegetarian breakfast."],["What is the future for full stack engineers?"],
|
102 |
-
["Create a plan for daily healthy habbits."], ["What is optogenetic simulation?"], ["How to conduct a neuroscience experiment using holography?"], ["What is non-invasive brain stimulation?"], ["Tell me lifestyle of people living in Auckland, NZ"], ["Make a tour plan for Los Angeles metro area."]]
|
103 |
)
|
104 |
'''
|
105 |
By enabling the queue you can control when users know their position in the queue, and set a limit on maximum number of events allowed.
|
|
|
99 |
generate,
|
100 |
additional_inputs=additional_inputs,
|
101 |
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 vegetarian breakfast."],["What is the future for full stack engineers?"],
|
102 |
+
["Create a complete plan for daily healthy habbits."], ["What is optogenetic simulation?"], ["How to conduct a neuroscience experiment using holography?"], ["What is non-invasive brain stimulation?"], ["Tell me lifestyle of people living in Auckland, NZ"], ["Make a tour plan for Los Angeles metro area."]]
|
103 |
)
|
104 |
'''
|
105 |
By enabling the queue you can control when users know their position in the queue, and set a limit on maximum number of events allowed.
|