Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
SpacesExamples
/
fastapi_dummy
like
21
Running
App
Files
Files
Community
10
Fetching metadata from the HF Docker repository...
Update main.py
#14
by
jz-18
- opened
Jul 24, 2025
base:
refs/heads/main
←
from:
refs/pr/14
Discussion
Files changed
+1
-1
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
!"}