titipata commited on
Commit
3d5fee1
·
1 Parent(s): f0efe75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -69,5 +69,6 @@ gr.Interface(
69
  inputs=gr.Sketchpad(label="Draw Here", brush_radius=5, type="pil", shape=(120, 120)),
70
  outputs=gr.Label(label="Guess"),
71
  title="Thai Digit Handwritten Classification",
 
72
  live=True
73
  ).launch(enable_queue=True)
 
69
  inputs=gr.Sketchpad(label="Draw Here", brush_radius=5, type="pil", shape=(120, 120)),
70
  outputs=gr.Label(label="Guess"),
71
  title="Thai Digit Handwritten Classification",
72
+ description="ทดลองวาดภาพตัวอักษรเลขไทยลงใน Sketchpad ด้านล่างเพื่อทำนายผลตัวเลข เช่น ๑ (หนึ่ง) ๒ (สอง) ๓ (สาม) ๔ (สี่) ๕ (ห้า)",
73
  live=True
74
  ).launch(enable_queue=True)