ShermanAI commited on
Commit
ba21a6a
·
1 Parent(s): 735784f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,4 +53,4 @@ examples = [
53
  ["What are some common applications of deep learning in engineering?"]
54
  ]
55
 
56
- gr.ChatInterface(getresponse, title=title, description=description, examples=examples).launch()
 
53
  ["What are some common applications of deep learning in engineering?"]
54
  ]
55
 
56
+ gr.Interface(getresponse, title=title, description=description, examples=examples).launch() # ChatInterface