Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ title = "Japanese Pitch Accent Pattern Detector"
|
|
29 |
|
30 |
description = "This model will predict the pitch accent pattern of a word based on the recording of its pronunciation."
|
31 |
|
32 |
-
article="<p style='text-align: center'><a href='https://mizoru.github.io/blog' target='_blank'>
|
33 |
|
34 |
examples = [['代わる.mp3'],['大丈夫な.mp3'],['熱くない.mp3'], ['あめー雨.mp3'], ['あめー飴.mp3']]
|
35 |
|
|
|
29 |
|
30 |
description = "This model will predict the pitch accent pattern of a word based on the recording of its pronunciation."
|
31 |
|
32 |
+
article="<p style='text-align: center'><a href='https://mizoru.github.io/blog/2021/12/25/Japanese-pitch.html' target='_blank'>How did I make this and what is it for?</a></p>"
|
33 |
|
34 |
examples = [['代わる.mp3'],['大丈夫な.mp3'],['熱くない.mp3'], ['あめー雨.mp3'], ['あめー飴.mp3']]
|
35 |
|