Yassine Mhirsi
commited on
Commit
·
3bd4a19
1
Parent(s):
f35b1bb
Update API documentation URL in lifespan function of main.py
Browse files
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://
|
| 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 |
|