Spaces:
Runtime error
Runtime error
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 |
|