Update app.py
Browse files
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)
|