stilljustanobody commited on
Commit
392c726
1 Parent(s): d20f7ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -127,10 +127,10 @@ examples=[["Hi", None, None, None, None, None, ],
127
 
128
  gr.ChatInterface(
129
  fn=generate,
130
- chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
131
  additional_inputs=additional_inputs,
132
  title="AmberBot ",
133
  examples=examples,
134
- concurrency_limit=44,
135
  theme = gr.themes.Default(primary_hue= gr.themes.colors.green, secondary_hue= gr.themes.colors.yellow)
136
  ).launch(show_api=False)
 
127
 
128
  gr.ChatInterface(
129
  fn=generate,
130
+ chatbot=gr.Chatbot(show_label=False, show_share_button=True, show_copy_button=True, likeable=True, layout="panel"),
131
  additional_inputs=additional_inputs,
132
  title="AmberBot ",
133
  examples=examples,
134
+ concurrency_limit=128,
135
  theme = gr.themes.Default(primary_hue= gr.themes.colors.green, secondary_hue= gr.themes.colors.yellow)
136
  ).launch(show_api=False)