eaedk commited on
Commit
9f99106
1 Parent(s): 5d006f4
Files changed (1) hide show
  1. main.py +2 -1
main.py CHANGED
@@ -110,7 +110,8 @@ labels = ml_objects["labels"]
110
  # Endpoints
111
  @app.get("/")
112
  def root():
113
- return {"Description": " This is a ML API for classification of crop to plant on a land regarding some features."}
 
114
 
115
 
116
  @app.get("/checkup")
 
110
  # Endpoints
111
  @app.get("/")
112
  def root():
113
+ return {"Description": " This is a ML API for classification of crop to plant on a land regarding some features.",
114
+ "Documentation": "Go to the docs: https://eaedk-agri-tech-fastapi.hf.space/docs"}
115
 
116
 
117
  @app.get("/checkup")