robertselvam commited on
Commit
bbe15ac
·
1 Parent(s): 91777d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -245,7 +245,7 @@ class ChatDocumentQA:
245
  upload_button.upload(self._get_documents_knowledge_base, upload_button, [file_output, state])
246
  msg.submit(self._get_response, [msg, chatbot, state,upload_button], [msg, chatbot])
247
 
248
- demo.launch(debug=True)
249
 
250
  if __name__ == "__main__":
251
  chatdocumentqa = ChatDocumentQA()
 
245
  upload_button.upload(self._get_documents_knowledge_base, upload_button, [file_output, state])
246
  msg.submit(self._get_response, [msg, chatbot, state,upload_button], [msg, chatbot])
247
 
248
+ demo.launch()
249
 
250
  if __name__ == "__main__":
251
  chatdocumentqa = ChatDocumentQA()