Spaces:
Build error
Build error
Abubakar Abid
commited on
Commit
·
f864a18
1
Parent(s):
352f842
Update app.py
Browse files
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
|
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();
|