Spaces:
Runtime error
Runtime error
mwitiderrick
commited on
Commit
·
738cbb6
1
Parent(s):
a09fc36
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import gradio as gr
|
|
5 |
markdownn = '''
|
6 |
# Named Entity Recognition Pipeline with DeepSparse
|
7 |
Named Entity Recognition is the task of extracting and locating named entities in a sentence. The entities include, people's names, location, organizations, etc.
|
8 |
-
![Named Entity Recognition Pipeline with DeepSparse](https://huggingface.co/spaces/neuralmagic/nlp-ner/resolve/main/
|
9 |
|
10 |
## What is DeepSparse?
|
11 |
DeepSparse is sparsity-aware inference runtime offering GPU-class performance on CPUs and APIs to integrate ML into your application. DeepSparse provides sparsified pipelines for computer vision and NLP.
|
|
|
5 |
markdownn = '''
|
6 |
# Named Entity Recognition Pipeline with DeepSparse
|
7 |
Named Entity Recognition is the task of extracting and locating named entities in a sentence. The entities include, people's names, location, organizations, etc.
|
8 |
+
![Named Entity Recognition Pipeline with DeepSparse](https://huggingface.co/spaces/neuralmagic/nlp-ner/resolve/main/named.png)
|
9 |
|
10 |
## What is DeepSparse?
|
11 |
DeepSparse is sparsity-aware inference runtime offering GPU-class performance on CPUs and APIs to integrate ML into your application. DeepSparse provides sparsified pipelines for computer vision and NLP.
|