Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LucaR84
/
MasterTest
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
LucaR84
commited on
Aug 27, 2025
Commit
3e3c51d
·
verified
·
1 Parent(s):
f083b69
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -4,4 +4,4 @@ app = FastAPI()
4
5
@app.get("/health")
6
def greet_json():
7
-
return {"
Hello
": "
World!
"}
4
5
@app.get("/health")
6
def greet_json():
7
+
return {"
msg
": "
ok
"}