aixsatoshi commited on
Commit
4692ebc
1 Parent(s): 9ce7647

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,7 +159,7 @@ with gr.Blocks() as demo:
159
 
160
  chat_interface = gr.ChatInterface(
161
  fn=respond,
162
- inputs=[
163
  gr.Textbox(value="You are a helpful assistant.", label="System message"),
164
  model_dropdown,
165
  template_dropdown,
 
159
 
160
  chat_interface = gr.ChatInterface(
161
  fn=respond,
162
+ additional_inputs=[
163
  gr.Textbox(value="You are a helpful assistant.", label="System message"),
164
  model_dropdown,
165
  template_dropdown,