mizoru commited on
Commit
e8af28e
·
1 Parent(s): 28836b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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'>Blog</a></p>"
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