Spaces:
Runtime error
Runtime error
Commit
·
02dfc5c
1
Parent(s):
ecf1d67
Update app.py
Browse files
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
|
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();
|