Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Antima
/
Gibberish-Detector
like
0
No application file
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
23107f7
Gibberish-Detector
/
main.py
Antima
Create main.py
23107f7
over 1 year ago
raw
Copy download link
history
blame
Safe
107 Bytes
from
fastapi
import
FastAPI
app = FastAPI()
@app.get(
"/"
)
def
read_root
():
return
{
"Hello"
:
"World!"
}