mwitiderrick commited on
Commit
fd52d7c
1 Parent(s): f94d8c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -28,6 +28,7 @@ print(inference)
28
  ## Use Case Description
29
  Image classification is applicable in scenarios where you are interested in only classifying an object in an image without localizing it.
30
  For example, you can build an image classification model to classify products in a store.
 
31
  [Want to train a sparse model on your data? Checkout the documentation on sparse transfer learning](https://docs.neuralmagic.com/use-cases/image-classification/sparsifying)
32
 
33
  '''
 
28
  ## Use Case Description
29
  Image classification is applicable in scenarios where you are interested in only classifying an object in an image without localizing it.
30
  For example, you can build an image classification model to classify products in a store.
31
+
32
  [Want to train a sparse model on your data? Checkout the documentation on sparse transfer learning](https://docs.neuralmagic.com/use-cases/image-classification/sparsifying)
33
 
34
  '''