Spaces:
Sleeping
Sleeping
thomasgauthier
commited on
Commit
·
c98db13
1
Parent(s):
4cf5293
ooups
Browse files
main.py
CHANGED
@@ -20,6 +20,8 @@ import jsonschema
|
|
20 |
# import aiosqlite
|
21 |
from utils import extract_code
|
22 |
import numpy as np
|
|
|
|
|
23 |
|
24 |
app = FastAPI()
|
25 |
|
|
|
20 |
# import aiosqlite
|
21 |
from utils import extract_code
|
22 |
import numpy as np
|
23 |
+
import os
|
24 |
+
|
25 |
|
26 |
app = FastAPI()
|
27 |
|