Hammad712 commited on
Commit
3eb99d7
·
verified ·
1 Parent(s): 840a89f

Update routes.py

Browse files
Files changed (1) hide show
  1. routes.py +1 -1
routes.py CHANGED
@@ -1,7 +1,7 @@
1
  from fastapi import APIRouter, FastAPI, UploadFile, File, HTTPException
2
  import tempfile
3
 
4
- from app.services import init_genai, grade_all_students
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