Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ka1kuk/prozy-anywhere
ka1kuk
/
fastapi
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ka1kuk
commited on
Aug 3, 2023
Commit
4460e18
·
1 Parent(s):
89b50e0
Update main.py
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -79,5 +79,5 @@ tests = {}
79
80
@app.post("/test")
81
def test(request: User):
82
-
return request
83
79
80
@app.post("/test")
81
def test(request: User):
82
+
return
{'data': f'Prompt is {
request
.prompt}'}
83