Spaces:
Paused
Paused
Update main.py
Browse files
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):
|