Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
filipeclduarte
/
minimalFlaskAPI
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
filipeclduarte
commited on
May 5, 2022
Commit
8b86960
·
1 Parent(s):
09bf370
Delete app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-8
app.py
DELETED
Viewed
@@ -1,8 +0,0 @@
1
-
from fastapi import FastAPI
2
-
3
-
app = FastAPI()
4
-
5
-
@app.get("/")
6
-
async def root():
7
-
return {"message": "Hello World"}
8
-