Abubakar Abid commited on
Commit
f864a18
·
1 Parent(s): 352f842

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,5 +17,5 @@ gr.Interface(fn=recognize_digit,
17
  live=True,
18
  css=".footer {display:none !important}",
19
  # title="MNIST Sketchpad",
20
- description="Draw a number 0 through 9 on the sketchpad, and click submit to see the prediction. Model trained on the MNIST dataset.",
21
  thumbnail="https://raw.githubusercontent.com/gradio-app/real-time-mnist/master/thumbnail2.png").launch();
 
17
  live=True,
18
  css=".footer {display:none !important}",
19
  # title="MNIST Sketchpad",
20
+ description="Draw a number 0 through 9 on the sketchpad, and see predictions in real time.",
21
  thumbnail="https://raw.githubusercontent.com/gradio-app/real-time-mnist/master/thumbnail2.png").launch();