Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SpacesExamples
/
fastapi_dummy
like
20
Running
App
Files
Files
Community
10
Fetching metadata from the HF Docker repository...
jz-18
commited on
12 days ago
Commit
8de29d3
·
verified
·
1 Parent(s):
7487ea3
Update main.py
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -4,4 +4,4 @@ app = FastAPI()
4
5
@app.get("/")
6
def read_root():
7
-
return {"Hello": "
World
!"}
4
5
@app.get("/")
6
def read_root():
7
+
return {"Hello": "
fast api demo
!"}