Yassine Mhirsi commited on
Commit
3bd4a19
·
1 Parent(s): f35b1bb

Update API documentation URL in lifespan function of main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -52,7 +52,7 @@ async def lifespan(app: FastAPI):
52
  logger.error("⚠️ Stance detection endpoints will not work!")
53
 
54
  logger.info("✓ API startup complete")
55
- logger.info("https://yassine-mhirsi-stance-detection-with-debertav3.hf.space/docs")
56
 
57
  yield # Application runs here
58
 
 
52
  logger.error("⚠️ Stance detection endpoints will not work!")
53
 
54
  logger.info("✓ API startup complete")
55
+ logger.info("https://nlp-debater-project-fastapi-backend-models.hf.space/docs")
56
 
57
  yield # Application runs here
58