Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ 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 so please use these sentences: \n
|
31 |
ชาวไร่ตัดต้นสนทำท่อนซุง\n
|
|
|
25 |
# model.load_state_dict(torch.load(model_path))
|
26 |
|
27 |
|
28 |
+
title = "Upload an mp3 file for Psuedobulbar Palsy (PP) 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
|