Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Saladin21
/
text-generation
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
infidea
commited on
Oct 28, 2024
Commit
ac9d7ff
·
1 Parent(s):
5534b61
add new route
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
CHANGED
Viewed
@@ -5,3 +5,7 @@ app = FastAPI()
5
@app.get("/")
6
def greet_json():
7
return {"Hello": "World!"}
5
@app.get("/")
6
def greet_json():
7
return {"Hello": "World!"}
8
+
9
+
@app.post("/")
10
+
def greet_json():
11
+
return {"Hello": "World!"}