Removing forgotten debug line
Browse files
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()
|