Spaces:
Runtime error
Runtime error
pm
Browse files- app_utils.py +1 -1
app_utils.py
CHANGED
|
@@ -33,7 +33,7 @@ from wordcloud import WordCloud
|
|
| 33 |
import base64
|
| 34 |
import time
|
| 35 |
|
| 36 |
-
stanford_ner_jar = 'https://huggingface.co/spaces/UjjwalVIT/Text_analysis_and_metadata_app/
|
| 37 |
# Path to the pre-trained NER model file
|
| 38 |
stanford_ner_model ='https://huggingface.co/spaces/UjjwalVIT/Text_analysis_and_metadata_app/raw/main/english.all.3class.distsim.crf.ser.gz'
|
| 39 |
|
|
|
|
| 33 |
import base64
|
| 34 |
import time
|
| 35 |
|
| 36 |
+
stanford_ner_jar = 'https://huggingface.co/spaces/UjjwalVIT/Text_analysis_and_metadata_app/blob/main/stanford-ner.jar'
|
| 37 |
# Path to the pre-trained NER model file
|
| 38 |
stanford_ner_model ='https://huggingface.co/spaces/UjjwalVIT/Text_analysis_and_metadata_app/raw/main/english.all.3class.distsim.crf.ser.gz'
|
| 39 |
|