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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -64,8 +64,8 @@ def my_inference_function(name):
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()
71
 
 
64
 
65
  gradio_interface = gr.Interface(
66
  fn = chat,
67
+ inputs = ["text"],
68
+ outputs = ["text"]
69
  )
70
  gradio_interface.launch()
71