Pujan-Dev commited on
Commit
2722bb7
·
verified ·
1 Parent(s): 56a72fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -17,9 +17,9 @@ load_dotenv()
17
 
18
  SECRET_TOKEN = os.getenv("SECRET_TOKEN")
19
  bearer_scheme = HTTPBearer()
20
-
21
- MODEL_PATH = "./AI-MODEL/model"
22
- WEIGHTS_PATH = "./AI-MODEL/model_weights.pth"
23
 
24
  # FastAPI app instance
25
  app = FastAPI()
 
17
 
18
  SECRET_TOKEN = os.getenv("SECRET_TOKEN")
19
  bearer_scheme = HTTPBearer()
20
+ # Ai-Text-Detector
21
+ MODEL_PATH = "./Ai-Text-Detector/model"
22
+ WEIGHTS_PATH = "./Ai-Text-Detector/model_weights.pth"
23
 
24
  # FastAPI app instance
25
  app = FastAPI()