Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Sonny4Sonnix
/
Sepsis_Prediction_App_Deployment_with_FastAPI
like
0
Sleeping
App
Files
Files
Community
Sonny4Sonnix
commited on
Aug 9, 2023
Commit
2d9b7dc
•
1 Parent(s):
ba89136
Delete api.py
Browse files
Files changed (1)
hide
show
api.py
+0
-7
api.py
DELETED
Viewed
@@ -1,7 +0,0 @@
1
-
from fastapi import FastAPI
2
-
3
-
app = FastAPI()
4
-
5
-
@app.get("/")
6
-
def read_root():
7
-
return {"Hello": "World!"}