meetsinh mori
Results
2
comments of
meetsinh mori
Hello, Gradio is working all right on collab. but it's flashing connection error on Kaggle notebook. and runtime also get disconnected.
# Solution to the problem ## This is the alternative I have found for this problem and it's working import spacy import numpy as np nlp=spacy.load("en_core_web_lg") def preprocess_and_vectorize(text): doc =...