Spaces:
Sleeping
Sleeping
Commit ·
42632eb
1
Parent(s): 5de70d0
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ iface = gr.Interface(
|
|
| 32 |
outputs='label',
|
| 33 |
theme="huggingface",
|
| 34 |
title="Digit Recognition",
|
| 35 |
-
description="Draw a Digit 0-9 and the algorithm will detect it in real time!",
|
| 36 |
article="<p style='text-align: center'>Digit Recognition | Demo Model by Jugal</p>",
|
| 37 |
live=True)
|
| 38 |
iface.launch(debug=True)
|
|
|
|
| 32 |
outputs='label',
|
| 33 |
theme="huggingface",
|
| 34 |
title="Digit Recognition",
|
| 35 |
+
description="Draw a Digit 0-9 and the algorithm will detect it in real time! This is tiny model Kindly Draw digits in center of drawing area",
|
| 36 |
article="<p style='text-align: center'>Digit Recognition | Demo Model by Jugal</p>",
|
| 37 |
live=True)
|
| 38 |
iface.launch(debug=True)
|