Spaces:
Running
Running
update config
Browse files- data/standardData.csv +0 -0
- main.py +1 -0
data/standardData.csv
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
main.py
CHANGED
@@ -6,6 +6,7 @@ import traceback
|
|
6 |
from contextlib import asynccontextmanager
|
7 |
|
8 |
current_dir = os.path.dirname(os.path.abspath(__file__))
|
|
|
9 |
sys.path.append(os.path.join(current_dir, "meisai-check-ai"))
|
10 |
|
11 |
from routes import auth, predict, health
|
|
|
6 |
from contextlib import asynccontextmanager
|
7 |
|
8 |
current_dir = os.path.dirname(os.path.abspath(__file__))
|
9 |
+
sys.path.append(current_dir)
|
10 |
sys.path.append(os.path.join(current_dir, "meisai-check-ai"))
|
11 |
|
12 |
from routes import auth, predict, health
|