Update app.py
Browse files
app.py
CHANGED
@@ -25,9 +25,9 @@ model.load_state_dict(torch.load(model_path, map_location=torch.device('cpu')))
|
|
25 |
# model.load_state_dict(torch.load(model_path))
|
26 |
|
27 |
|
28 |
-
title = "Upload an mp3 file for
|
29 |
description = """
|
30 |
-
The model was trained on Thai audio recordings with the following sentences: \n
|
31 |
ชาวไร่ตัดต้นสนทำท่อนซุง\n
|
32 |
ปูม้าวิ่งไปมาบนใบไม้ (เน้นใช้ริมฝีปาก)\n
|
33 |
อีกาคอยคาบงูคาบไก่ (เน้นใช้เพดานปาก)\n
|
@@ -36,7 +36,7 @@ The model was trained on Thai audio recordings with the following sentences: \n
|
|
36 |
“อีีีีีีีีี”\n
|
37 |
“อาาาา” (ดังขึ้นเรื่อยๆ)\n
|
38 |
“อาา อาาา อาาาาา”\n
|
39 |
-
<
|
40 |
"""
|
41 |
|
42 |
|
|
|
25 |
# model.load_state_dict(torch.load(model_path))
|
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 please use these sentences: \n
|
31 |
ชาวไร่ตัดต้นสนทำท่อนซุง\n
|
32 |
ปูม้าวิ่งไปมาบนใบไม้ (เน้นใช้ริมฝีปาก)\n
|
33 |
อีกาคอยคาบงูคาบไก่ (เน้นใช้เพดานปาก)\n
|
|
|
36 |
“อีีีีีีีีี”\n
|
37 |
“อาาาา” (ดังขึ้นเรื่อยๆ)\n
|
38 |
“อาา อาาา อาาาาา”\n
|
39 |
+
<iframe src="https://giphy.com/embed/g7GKcSzwQfugw" width="480" height="407" frameBorder="0" class="giphy-embed" allowFullScreen></iframe><p><a href="https://giphy.com/gifs/rick-roll-g7GKcSzwQfugw">via GIPHY</a></p>
|
40 |
"""
|
41 |
|
42 |
|