rishiraj commited on
Commit
54f7fe0
1 Parent(s): 1488e7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -90,11 +90,11 @@ css = """
90
  """
91
 
92
  with gr.Blocks(css=css) as demo:
93
- gr.HTML("<h1><center><a href='https://rishiraj.github.io/'>Rishiraj</a>'s Assistant<h1><center>")
94
  gr.ChatInterface(
95
  generate,
96
  additional_inputs=additional_inputs,
97
  examples=[["What is the secret to life?"], ["Write me a recipe for pancakes."]]
98
  )
99
 
100
- demo.queue().launch(debug=True)
 
90
  """
91
 
92
  with gr.Blocks(css=css) as demo:
93
+ gr.HTML("<h1><center><a href='https://rishiraj.github.io/'>Rishiraj</a>'s AI Assistant<h1><center>")
94
  gr.ChatInterface(
95
  generate,
96
  additional_inputs=additional_inputs,
97
  examples=[["What is the secret to life?"], ["Write me a recipe for pancakes."]]
98
  )
99
 
100
+ demo.queue(concurrency_count=75, max_size=100).launch(debug=True)