BramLeo commited on
Commit
5e3c1f6
·
verified ·
1 Parent(s): 90ea7ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -161,8 +161,8 @@ def main():
161
 
162
  gr.Interface(
163
  fn=chatbot_response,
164
- inputs=["text", "state"],
165
- outputs=["text", "state"],
166
  ).launch()
167
 
168
  if __name__ == "__main__":
 
161
 
162
  gr.Interface(
163
  fn=chatbot_response,
164
+ inputs=["text"],
165
+ outputs=["text"],
166
  ).launch()
167
 
168
  if __name__ == "__main__":