yes2code commited on
Commit
058e757
·
verified ·
1 Parent(s): ce8cc3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -98,8 +98,8 @@ with gr.Blocks(css=css) as ai_chat:
98
  gr.ChatInterface(
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 vegeterain breakfast."],["What is the future for software developers?."],
102
- ["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."]]
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.
 
98
  gr.ChatInterface(
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.