ffcm commited on
Commit
46af245
1 Parent(s): d33fd06

updates desc

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def predict(input):
18
  demo = gr.Interface(
19
  fn=predict,
20
  title='Simple NeuralNet for handwritten digits classification',
21
- description='For a more robust model check this out: <a href="https://huggingface.co/spaces/ffcm/cnn-pytorch-mnist">ConvNet for handwritten digits classification</a>',
22
  inputs=[
23
  gr.Sketchpad(
24
  shape=(28, 28),
 
18
  demo = gr.Interface(
19
  fn=predict,
20
  title='Simple NeuralNet for handwritten digits classification',
21
+ description='Created using Python and Numpy only.\nFor a more robust model check this out: <a href="https://huggingface.co/spaces/ffcm/cnn-pytorch-mnist">ConvNet for handwritten digits classification</a>',
22
  inputs=[
23
  gr.Sketchpad(
24
  shape=(28, 28),