text-summarization-with-streamlit
text-summarization-with-streamlit copied to clipboard
Error when running summarizer on new text
Here is the following error for reference
huggingface/tokenizers: The current process just got forked, after parallelism has already been used. Disabling parallelism to avoid deadlocks...
To disable this warning, you can either:
- Avoid using `tokenizers` before the fork if possible
- Explicitly set the environment variable TOKENIZERS_PARALLELISM=(true | false)