diff --git a/src/SumGPT.py b/src/SumGPT.py index 9e3bc18..6d63b69 100644 --- a/src/SumGPT.py +++ b/src/SumGPT.py @@ -102,6 +102,5 @@ st.warning( '⚠️Result cut off due to length. Consider increasing the [Max Tokens Summary] parameter.') if rec_responses != [] or final_response is not None: - print(rec_responses, final_response) util.download_results(rec_responses, final_response)