Update app.py
Browse files
app.py
CHANGED
|
@@ -40,8 +40,8 @@ demo = gr.Interface(fn=recognize_digit,
|
|
| 40 |
outputs=gr.outputs.Label(num_top_classes=3),
|
| 41 |
live=True,
|
| 42 |
css=".footer {display:none !important}",
|
| 43 |
-
|
| 44 |
-
description="
|
| 45 |
thumbnail="https://raw.githubusercontent.com/gradio-app/real-time-mnist/master/thumbnail2.png")
|
| 46 |
|
| 47 |
demo.launch()
|
|
|
|
| 40 |
outputs=gr.outputs.Label(num_top_classes=3),
|
| 41 |
live=True,
|
| 42 |
css=".footer {display:none !important}",
|
| 43 |
+
title="Recoully(RECOgnize yoUr caLLigraphY)",
|
| 44 |
+
description="在手写区写出你心里♥想的以为数字(0~9), 查看小美同学(Recoully)的实时预测吧! 要是猜错了, 小美这么可爱, 你也不能怪他",
|
| 45 |
thumbnail="https://raw.githubusercontent.com/gradio-app/real-time-mnist/master/thumbnail2.png")
|
| 46 |
|
| 47 |
demo.launch()
|