Spaces:
Sleeping
Sleeping
Update routes.py
Browse files
routes.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
from fastapi import APIRouter, FastAPI, UploadFile, File, HTTPException
|
2 |
import tempfile
|
3 |
|
4 |
-
from
|
5 |
|
6 |
router = APIRouter()
|
7 |
|
|
|
1 |
from fastapi import APIRouter, FastAPI, UploadFile, File, HTTPException
|
2 |
import tempfile
|
3 |
|
4 |
+
from services import init_genai, grade_all_students
|
5 |
|
6 |
router = APIRouter()
|
7 |
|