Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Detomo
/
naomi-app-api
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
vumichien
commited on
Feb 13, 2023
Commit
f0e19fc
·
1 Parent(s):
f787cd1
Update main.py
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -38,4 +38,4 @@ app = FastAPI()
38
39
@app.get("/")
40
def read_root():
41
-
return {"
Hello
": "
World!
"}
38
39
@app.get("/")
40
def read_root():
41
+
return {"
Message
": "
Application startup complete
"}