alex-abb commited on
Commit
ae39720
1 Parent(s): b15d0ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,5 +41,5 @@ iface = gr.Interface(
41
  live=True,
42
  )
43
 
44
- iface.launch()
45
 
 
41
  live=True,
42
  )
43
 
44
+ gr.ChatInterface(generate_response).launch()
45