EmileH commited on
Commit
2caba34
·
1 Parent(s): fddedbc

Removing forgotten debug line

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -203,5 +203,4 @@ def chat(message, history):
203
  return answer
204
 
205
  if __name__ == "__main__":
206
- print("length of document store: ", document_store.count_documents())
207
  gr.ChatInterface(chat, type="messages").launch()
 
203
  return answer
204
 
205
  if __name__ == "__main__":
 
206
  gr.ChatInterface(chat, type="messages").launch()