yes2code commited on
Commit
8aa6783
·
verified ·
1 Parent(s): 4da3310

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ with gr.Blocks(css=css) as demo:
100
  generate,
101
  additional_inputs=additional_inputs,
102
  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."],
103
- ["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."]]
104
  )
105
 
106
  demo.queue(concurrency_count=75, max_size=100).launch(debug=True)
 
100
  generate,
101
  additional_inputs=additional_inputs,
102
  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."],
103
+ ["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."]]
104
  )
105
 
106
  demo.queue(concurrency_count=75, max_size=100).launch(debug=True)