yes2code commited on
Commit
79d2905
·
verified ·
1 Parent(s): 8e7cea6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -99,8 +99,8 @@ with gr.Blocks(css=css) as demo:
99
  gr.ChatInterface(
100
  generate,
101
  additional_inputs=additional_inputs,
102
- examples=[["List fun activities in Boston"], ["How to send 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."]]
104
  )
105
 
106
  demo.queue(concurrency_count=75, max_size=100).launch(debug=True)
 
99
  gr.ChatInterface(
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."], ["How to conduct a holographic rig experiment in neuroscience?"]]
104
  )
105
 
106
  demo.queue(concurrency_count=75, max_size=100).launch(debug=True)