Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
JoeMiNot
/
trRun
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
trRun
/
app.py
JoeMiNot
Update app.py
d1240bb
verified
23 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
103 Bytes
from
fastapi
import
FastAPI
app = FastAPI()
@app.get(
'/'
)
async
def
get
() :
return
{
"new"
:
"data"
}