Alafun commited on
Commit
37ff591
·
1 Parent(s): 516f8f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- # title="MNIST Sketchpad",
44
- description="Draw a number 0 through 9 on the sketchpad, and see predictions in real time.",
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()