2nzi commited on
Commit
9d069d4
·
1 Parent(s): b2dc280

update requirements

Browse files
Files changed (2) hide show
  1. main.py +1 -2
  2. requirements.txt +2 -1
main.py CHANGED
@@ -42,8 +42,7 @@ class PredictionFeatures(BaseModel):
42
  @app.get("/", tags=["Introduction Endpoints"])
43
  async def index():
44
  return (
45
- "Hello world! This `/` is the most simple and default endpoint. "
46
- "If you want to learn more, check out documentation of the API at https://2nzi-getaroundapi.hf.space/docs."
47
  )
48
  # return "Hello world! This `/` is the most simple and default endpoint. If you want to learn more, check out documentation of the API at `/docs https://2nzi-getaroundapi.hf.space/docs`"
49
 
 
42
  @app.get("/", tags=["Introduction Endpoints"])
43
  async def index():
44
  return (
45
+ "Hello world! This `/` is the most simple and default endpoint. If you want to learn more, check out documentation of the API at https://2nzi-getaroundapi.hf.space/docs."
 
46
  )
47
  # return "Hello world! This `/` is the most simple and default endpoint. If you want to learn more, check out documentation of the API at `/docs https://2nzi-getaroundapi.hf.space/docs`"
48
 
requirements.txt CHANGED
@@ -3,4 +3,5 @@ uvicorn[standard]
3
  pandas
4
  pydantic
5
  joblib
6
- scikit-learn
 
 
3
  pandas
4
  pydantic
5
  joblib
6
+ scikit-learn
7
+ xgboost