ajwthompson commited on
Commit
f4c28b3
·
1 Parent(s): ae04027

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ def my_inference_function(name):
64
 
65
  gradio_interface = gr.Interface(
66
  fn = chat,
67
- inputs = [openai_api_key_textbox, message, state, agent_state],
68
  outputs = [state, agent_state]
69
  )
70
  gradio_interface.launch()
 
64
 
65
  gradio_interface = gr.Interface(
66
  fn = chat,
67
+ inputs = ["text", state, agent_state],
68
  outputs = [state, agent_state]
69
  )
70
  gradio_interface.launch()