Update app.py
Browse files
app.py
CHANGED
@@ -25,9 +25,9 @@ if os.path.exists(model_path):
|
|
25 |
model.load_state_dict(torch.load(model_path, map_location=torch.device('cpu')))
|
26 |
|
27 |
|
28 |
-
title = "Upload an mp3 file for
|
29 |
description = """
|
30 |
-
The model was trained on Thai audio recordings with the following sentences
|
31 |
ชาวไร่ตัดต้นสนทำท่อนซุง\n
|
32 |
ปูม้าวิ่งไปมาบนใบไม้ (เน้นใช้ริมฝีปาก)\n
|
33 |
อีกาคอยคาบงูคาบไก่ (เน้นใช้เพดานปาก)\n
|
|
|
25 |
model.load_state_dict(torch.load(model_path, map_location=torch.device('cpu')))
|
26 |
|
27 |
|
28 |
+
title = "Upload an mp3 file for supranuclear palsy (SP) detection! (Thai Language)"
|
29 |
description = """
|
30 |
+
The model was trained on Thai audio recordings with the following sentences, so submit audio recordings for one of these sentences:\n
|
31 |
ชาวไร่ตัดต้นสนทำท่อนซุง\n
|
32 |
ปูม้าวิ่งไปมาบนใบไม้ (เน้นใช้ริมฝีปาก)\n
|
33 |
อีกาคอยคาบงูคาบไก่ (เน้นใช้เพดานปาก)\n
|