fahmiaziz98 commited on
Commit
f841fd7
·
1 Parent(s): d33d53d

add description

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -185,5 +185,8 @@ async def health_check():
185
 
186
  @app.get("/", tags=["Monitoring"])
187
  async def root():
188
- return {"message": "Welcome to Reranking API. Visit /docs for API documentation.", "version": "1.0.0"}
 
 
 
189
 
 
185
 
186
  @app.get("/", tags=["Monitoring"])
187
  async def root():
188
+ return {
189
+ "message": "Welcome to Reranking API. Visit https://fahmiaziz-api-rerank-model.hf.space/docs for API documentation. And we also have Embedding API! Visit https://fahmiaziz-api-embedding.hf.space/docs",
190
+ "version": "1.0.0"
191
+ }
192