armandstrickernlp commited on
Commit
34bfd19
·
1 Parent(s): b4f246b

create chatbot

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,4 +57,4 @@ iface = gr.Interface(fn=generate_response,
57
  description="Passing in a task-oriented dialogue context generates a belief state, actions to take and a response based on those actions",
58
  )
59
  """
60
- iface.launch()
 
57
  description="Passing in a task-oriented dialogue context generates a belief state, actions to take and a response based on those actions",
58
  )
59
  """
60
+ iface.launch(debug=True)