Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SinaLab
/
salma-api
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
TymaaHammouda
commited on
Jan 2
Commit
c159de8
·
1 Parent(s):
56903cc
Update url
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -2,6 +2,6 @@ from fastapi import FastAPI
2
3
app = FastAPI()
4
5
-
@app.get("/")
6
def greet_json():
7
return {"Hello": "World!"}
2
3
app = FastAPI()
4
5
+
@app.get("/
predict
")
6
def greet_json():
7
return {"Hello": "World!"}