Ammar971 commited on
Commit
da4b026
1 Parent(s): f864a18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,4 +18,4 @@ gr.Interface(fn=recognize_digit,
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();
 
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(share=True);