ayaanzaveri commited on
Commit
02dfc5c
·
1 Parent(s): ecf1d67

Update app.py

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