Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
clarkchan
/
texttosql_cn
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7baf27c
texttosql_cn
/
main.py
clarkchan
begin
7baf27c
about 2 years ago
raw
Copy download link
history
blame
Safe
95 Bytes
from
fastapi
import
FastAPI
app = FastAPI()
def
read_root
():
return
{
"Hello"
:
"World!"
}