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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ gr.Interface(fn=recognize_digit,
15
  inputs="sketchpad",
16
  outputs=gr.outputs.Label(num_top_classes=3),
17
  live=True,
18
- css=".footer{display:none}",
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();
 
15
  inputs="sketchpad",
16
  outputs=gr.outputs.Label(num_top_classes=3),
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();