patruff commited on
Commit
d79ee93
·
verified ·
1 Parent(s): 53fc305

Upload tool

Browse files
Files changed (1) hide show
  1. tool.py +1 -1
tool.py CHANGED
@@ -1,7 +1,7 @@
1
  from smolagents.tools import Tool
2
- import pronouncing
3
  import json
4
  import string
 
5
 
6
  class WordPhoneTool(Tool):
7
  name = "word_phonetic_analyzer"
 
1
  from smolagents.tools import Tool
 
2
  import json
3
  import string
4
+ import pronouncing
5
 
6
  class WordPhoneTool(Tool):
7
  name = "word_phonetic_analyzer"