Eli181927 commited on
Commit
77410f1
·
verified ·
1 Parent(s): 3f3af89

Update 2.CNN/app.py

Browse files
Files changed (1) hide show
  1. 2.CNN/app.py +1 -1
2.CNN/app.py CHANGED
@@ -769,7 +769,7 @@ with gr.Blocks() as demo:
769
  gr.Markdown(
770
  """
771
  # Elliot's MNIST-100 Classifier
772
- Draw a two-digit number (00-99) on the single canvas. The app automatically segments, centers, and scales each digit to match the training layout (28×28 per digit), then predicts and shows diagnostics.
773
  """
774
  )
775
 
 
769
  gr.Markdown(
770
  """
771
  # Elliot's MNIST-100 Classifier
772
+ Draw a two-digit number (00-99) on the single canvas. The app uses the Convolutional Neural Network to predict the number accurately.
773
  """
774
  )
775