mwitiderrick commited on
Commit
c4971f2
1 Parent(s): 1660f02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ classes = {0: 'tench, Tinca tinca',1: 'goldfish, Carassius auratus',2: 'great wh
7
  markdownn = '''
8
  # Image Classification Pipeline with DeepSparse
9
  Image classification is the task of identifying the type of object in an image and the corresponding confidence.
10
- ![Image classification](https://huggingface.co/spaces/neuralmagic/cv-image-classification/resolve/main/class.png)
11
  ### What is DeepSparse?
12
  DeepSparse is an inference runtime offering GPU-class performance on CPUs and APIs to integrate ML into your application. Sparsification is a powerful technique for optimizing models for inference, reducing the compute needed with a limited accuracy tradeoff. DeepSparse is designed to take advantage of model sparsity, enabling you to deploy models with the flexibility and scalability of software on commodity CPUs with the best-in-class performance of hardware accelerators, enabling you to standardize operations and reduce infrastructure costs.
13
  Similar to Hugging Face, DeepSparse provides off-the-shelf pipelines for computer vision and NLP that wrap the model with proper pre- and post-processing to run performantly on CPUs by using sparse models.
 
7
  markdownn = '''
8
  # Image Classification Pipeline with DeepSparse
9
  Image classification is the task of identifying the type of object in an image and the corresponding confidence.
10
+ ![Image classification](https://huggingface.co/spaces/neuralmagic/image-classification/resolve/main/class.png)
11
  ### What is DeepSparse?
12
  DeepSparse is an inference runtime offering GPU-class performance on CPUs and APIs to integrate ML into your application. Sparsification is a powerful technique for optimizing models for inference, reducing the compute needed with a limited accuracy tradeoff. DeepSparse is designed to take advantage of model sparsity, enabling you to deploy models with the flexibility and scalability of software on commodity CPUs with the best-in-class performance of hardware accelerators, enabling you to standardize operations and reduce infrastructure costs.
13
  Similar to Hugging Face, DeepSparse provides off-the-shelf pipelines for computer vision and NLP that wrap the model with proper pre- and post-processing to run performantly on CPUs by using sparse models.