alex-abb commited on
Commit
99c4e69
1 Parent(s): d81e561

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,4 +51,4 @@ iface = gr.Interface(
51
  live=True,
52
  )
53
 
54
- iface.launch()
 
51
  live=True,
52
  )
53
 
54
+ gr.ChatInterface(generate_response).launch()