dkdaniz commited on
Commit
deeee60
·
1 Parent(s): d8240a2

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -69,7 +69,7 @@ app = FastAPI()
69
  def root():
70
  return {"API": "An API for Sepsis Prediction."}
71
 
72
- app.mount("/static", StaticFiles(directory="static"), name="static")
73
 
74
  @app.post('/predict')
75
  async def predict(data: Predict):
 
69
  def root():
70
  return {"API": "An API for Sepsis Prediction."}
71
 
72
+ # app.mount("/static", StaticFiles(directory="static"), name="static")
73
 
74
  @app.post('/predict')
75
  async def predict(data: Predict):