Spaces:
Runtime error
Runtime error
hobs
commited on
Commit
·
68085da
1
Parent(s):
1f496f4
add FIXME suggestion
Browse files
app.py
CHANGED
|
@@ -10,6 +10,8 @@ from pydantic import BaseModel
|
|
| 10 |
|
| 11 |
from modules.sentiment import sentiment
|
| 12 |
from modules.text2int import text2int
|
|
|
|
|
|
|
| 13 |
|
| 14 |
app = FastAPI()
|
| 15 |
|
|
|
|
| 10 |
|
| 11 |
from modules.sentiment import sentiment
|
| 12 |
from modules.text2int import text2int
|
| 13 |
+
# FIXME:
|
| 14 |
+
# from mathtext.text2int import text2int
|
| 15 |
|
| 16 |
app = FastAPI()
|
| 17 |
|