mizoru commited on
Commit
052cb7b
·
1 Parent(s): 12c7120

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -31,9 +31,7 @@ description = "This model will predict the pitch accent pattern of a word based
31
 
32
  article="<p style='text-align: center'><a href='mizoru.github.io/blog' target='_blank'>Blog</a></p>"
33
 
34
- interpretation='default'
35
-
36
- examples = [['代わる.mp3'],['大丈夫な.mp3'],['熱くない.mp3']]
37
 
38
  enable_queue=True
39
 
 
31
 
32
  article="<p style='text-align: center'><a href='mizoru.github.io/blog' target='_blank'>Blog</a></p>"
33
 
34
+ examples = [['代わる.mp3'],['大丈夫な.mp3'],['熱くない.mp3'], ['あめー雨.mp3'], ['あめー飴.mp3']]
 
 
35
 
36
  enable_queue=True
37