datasith commited on
Commit
c22ad84
·
1 Parent(s): af12cca

updating description

Browse files
Files changed (1) hide show
  1. app.py +12 -8
app.py CHANGED
@@ -50,15 +50,19 @@ title = "Cast parts: Deffective or Okay?"
50
 
51
  article = \
52
  '''
53
- Deffective or Okay? Demo app including a binary classification model for casted parts
 
 
54
  This is a test project to get familiar with Hugging Face!
55
- The space includes the necessary files for everything to run smoothly on HF's `Spaces`:
56
- - `app.py`
57
- - `reader.py`
58
- - `requirements.txt`
59
- - `model.h5` (TensorFlow/Keras)
60
- - `categories.txt`
61
- - `info.txt`
 
 
62
  The data used to train the model is available as [Kaggle dataset](https://www.kaggle.com/datasets/ravirajsinh45/real-life-industrial-dataset-of-casting-product).
63
  The space was inspired by @Isabel's wonderful [cat or pug](https://huggingface.co/spaces/isabel/pug-or-cat-image-classifier) one. Enjoy!d
64
  '''
 
50
 
51
  article = \
52
  '''
53
+ #### Deffective or Okay?
54
+
55
+ Demo app including a binary classification model for casted parts
56
  This is a test project to get familiar with Hugging Face!
57
+ The space includes the necessary files for everything to run smoothly on HF's Spaces:
58
+
59
+ - app.py
60
+ - reader.py
61
+ - requirements.txt
62
+ - model.h5 (TensorFlow/Keras)
63
+ - categories.txt
64
+ - info.txt
65
+
66
  The data used to train the model is available as [Kaggle dataset](https://www.kaggle.com/datasets/ravirajsinh45/real-life-industrial-dataset-of-casting-product).
67
  The space was inspired by @Isabel's wonderful [cat or pug](https://huggingface.co/spaces/isabel/pug-or-cat-image-classifier) one. Enjoy!d
68
  '''