Spaces:
Configuration error
Configuration error
Upload tool
Browse files- requirements.txt +1 -1
- tool.py +1 -1
requirements.txt
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
pronouncing
|
2 |
smolagents
|
|
|
|
|
|
1 |
smolagents
|
2 |
+
pronouncing
|
tool.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
from smolagents.tools import Tool
|
2 |
-
import string
|
3 |
import json
|
|
|
4 |
import pronouncing
|
5 |
|
6 |
class WordPhoneTool(Tool):
|
|
|
1 |
from smolagents.tools import Tool
|
|
|
2 |
import json
|
3 |
+
import string
|
4 |
import pronouncing
|
5 |
|
6 |
class WordPhoneTool(Tool):
|