ffcm commited on
Commit
00e0338
1 Parent(s): 9229393

updated description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def predict(input):
27
  demo = gr.Interface(
28
  fn=predict,
29
  title='ConvNet for handwritten digits classification',
30
- description='Created using Python and Numpy only.',
31
  inputs=[
32
  gr.Sketchpad(
33
  shape=(28, 28),
 
27
  demo = gr.Interface(
28
  fn=predict,
29
  title='ConvNet for handwritten digits classification',
30
+ description='Created with PyTorch.',
31
  inputs=[
32
  gr.Sketchpad(
33
  shape=(28, 28),