I have developed a chatbot model in Python using tensorflow, keras and nltk for tokenizing. When I run it in the vs terminal it displays the time stamp and the time the model needed to provide an answer, but I’m trying to show it in a Website im designing using React. How do i remove the logs from the output. I have tried everything including suppressing the logs unless they are critical and I still cant remove them.
I tried using this and it didnt work, it still shows them. I know that the logs are not warnings so they may not be removed by this.
import os os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3'
Darling Selita is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.