spycoder commited on
Commit
77ff1f3
1 Parent(s): 2ad0a34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 parkinsons detection! (Thai Language)"
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
- <img src="https://huggingface.co/spaces/course-demos/Rick_and_Morty_QA/resolve/main/rick.png" width=200px>
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